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:
Jonathan Brouwer
2026-04-10 15:33:13 +02:00
committed by GitHub
82 changed files with 1217 additions and 1359 deletions
+1 -1
View File
@@ -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