mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Rollup merge of #155027 - fmease:more-test-attr-renamings, r=JonathanBrouwer
Rename some more of our internal `#[rustc_*]` TEST attributes Follow-up to https://github.com/rust-lang/rust/pull/153300. r? JonathanBrouwer or jdonszelmann
This commit is contained in:
@@ -1273,7 +1273,7 @@ pub(crate) fn start_codegen<'tcx>(
|
||||
// Don't run this test assertions when not doing codegen. Compiletest tries to build
|
||||
// build-fail tests in check mode first and expects it to not give an error in that case.
|
||||
if tcx.sess.opts.output_types.should_codegen() {
|
||||
rustc_symbol_mangling::test::report_symbol_names(tcx);
|
||||
rustc_symbol_mangling::test::dump_symbol_names_and_def_paths(tcx);
|
||||
}
|
||||
|
||||
// Don't do code generation if there were any errors. Likewise if
|
||||
|
||||
Reference in New Issue
Block a user