diff options
| author | Jhonny Bill Mena <jhonnybillm@gmail.com> | 2022-10-04 13:23:53 -0400 |
|---|---|---|
| committer | Jhonny Bill Mena <jhonnybillm@gmail.com> | 2022-10-07 10:00:32 -0400 |
| commit | b0b072d7477a2d10ac7bee77b84ec33151f8eb65 (patch) | |
| tree | 5daae77c6aa06032bbe81f25aaaab4b53673ed12 /compiler/rustc_codegen_ssa/src/lib.rs | |
| parent | e42c4d7218b2596276152c5eb1e69335621f3086 (diff) | |
| download | rust-b0b072d7477a2d10ac7bee77b84ec33151f8eb65.tar.gz rust-b0b072d7477a2d10ac7bee77b84ec33151f8eb65.zip | |
ADD - codegen_ssa initial diags translations machinery
ADD - migrate MissingNativeStaticLibrary fatal error
Diffstat (limited to 'compiler/rustc_codegen_ssa/src/lib.rs')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_ssa/src/lib.rs b/compiler/rustc_codegen_ssa/src/lib.rs index 3ef9a634e18..e62b6f342b2 100644 --- a/compiler/rustc_codegen_ssa/src/lib.rs +++ b/compiler/rustc_codegen_ssa/src/lib.rs @@ -43,6 +43,7 @@ pub mod base; pub mod common; pub mod coverageinfo; pub mod debuginfo; +pub mod errors; pub mod glue; pub mod meth; pub mod mir; |
