diff options
| author | SLASHLogin <loginmlgxd@gmail.com> | 2022-08-25 15:34:30 +0200 |
|---|---|---|
| committer | SLASHLogin <loginmlgxd@gmail.com> | 2022-11-09 14:56:20 +0100 |
| commit | 575f6098da83cef33676ef67e39b73b2b910a042 (patch) | |
| tree | d6c39e411c4e351d4f0ba47faf90e2d613bccc38 /compiler/rustc_codegen_llvm/src/lib.rs | |
| parent | 0aaad9e757207657064d70bf9e6c1e6eb327bf15 (diff) | |
| download | rust-575f6098da83cef33676ef67e39b73b2b910a042.tar.gz rust-575f6098da83cef33676ef67e39b73b2b910a042.zip | |
Port unknown feature diagnostic to the new framework
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/lib.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_llvm/src/lib.rs b/compiler/rustc_codegen_llvm/src/lib.rs index d51aced85df..af632b2ff54 100644 --- a/compiler/rustc_codegen_llvm/src/lib.rs +++ b/compiler/rustc_codegen_llvm/src/lib.rs @@ -62,6 +62,7 @@ mod context; mod coverageinfo; mod debuginfo; mod declare; +mod errors; mod intrinsic; // The following is a work around that replaces `pub mod llvm;` and that fixes issue 53912. |
