diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-03-18 07:43:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-18 07:43:12 +0100 |
| commit | e9d50f4c577e966921c09df521ccef2df431c0e3 (patch) | |
| tree | c87367c4bb57995c3ba78b92e175a3795e76775c /compiler/rustc_codegen_gcc/src/lib.rs | |
| parent | ef46ce7b7378b366c345f0f3823cfee9921b69c6 (diff) | |
| parent | 69ed0232ef33f06b6fefc14f53150a00af9200e8 (diff) | |
Merge pull request #2293 from jieyouxu/rustc-pull
Rustc pull
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/lib.rs')
| -rw-r--r-- | compiler/rustc_codegen_gcc/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_gcc/src/lib.rs b/compiler/rustc_codegen_gcc/src/lib.rs index d478b2af46c..bfa23174a19 100644 --- a/compiler/rustc_codegen_gcc/src/lib.rs +++ b/compiler/rustc_codegen_gcc/src/lib.rs @@ -52,6 +52,7 @@ extern crate rustc_metadata; extern crate rustc_middle; extern crate rustc_session; extern crate rustc_span; +extern crate rustc_symbol_mangling; extern crate rustc_target; // This prevents duplicating functions and statics that are already part of the host rustc process. |
