We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b799d6e commit e7357e3Copy full SHA for e7357e3
compiler/rustc_codegen_gcc/src/lib.rs
@@ -20,7 +20,6 @@ extern crate rustc_metadata;
20
extern crate rustc_middle;
21
extern crate rustc_session;
22
extern crate rustc_span;
23
-extern crate rustc_symbol_mangling;
24
extern crate rustc_target;
25
26
// This prevents duplicating functions and statics that are already part of the host rustc process.
0 commit comments