We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fbc8f commit 1411a98Copy full SHA for 1411a98
src/lib.rs
@@ -91,8 +91,6 @@ impl CodegenBackend for GccCodegenBackend {
91
let target_cpu = target_cpu(tcx.sess);
92
let res = codegen_crate(self.clone(), tcx, target_cpu.to_string(), metadata, need_metadata_module);
93
94
- rustc_symbol_mangling::test::report_symbol_names(tcx);
95
-
96
Box::new(res)
97
}
98
0 commit comments