]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_ssa/src/lib.rs
ADD - codegen_ssa initial diags translations machinery
[rust.git] / compiler / rustc_codegen_ssa / src / lib.rs
index 3ef9a634e18576b822989808706a069bf1f950d6..e62b6f342b2e97f3aa4603bfc952786d37da9509 100644 (file)
@@ -43,6 +43,7 @@
 pub mod common;
 pub mod coverageinfo;
 pub mod debuginfo;
+pub mod errors;
 pub mod glue;
 pub mod meth;
 pub mod mir;