Skip to content

Commit f02d135

Browse files
committed
Print error for #[rustc_def_path] like expected
1 parent 9fdef69 commit f02d135

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ impl CodegenBackend for CraneliftCodegenBackend {
198198
let res = driver::codegen_crate(tcx, metadata, need_metadata_module);
199199

200200
rustc_incremental::assert_module_sources::assert_module_sources(tcx);
201+
rustc_codegen_utils::symbol_names_test::report_symbol_names(tcx);
201202

202203
res
203204
}

0 commit comments

Comments
 (0)