Skip to content

Commit d23bafd

Browse files
authored
Rollup merge of #120833 - nnethercote:more-internal-emit_diagnostics-cleanups, r=oli-obk
More internal emit diagnostics cleanups Miscellaneous improvements. r? ``@oli-obk``
2 parents 97b4401 + 94e4b23 commit d23bafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir-def/src/attr/builtin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
650650
rustc_attr!(TEST, rustc_regions, Normal, template!(Word), WarnFollowing),
651651
rustc_attr!(
652652
TEST, rustc_error, Normal,
653-
template!(Word, List: "span_delayed_bug_from_inside_query"), WarnFollowingWordOnly
653+
template!(Word, List: "delayed_bug_from_inside_query"), WarnFollowingWordOnly
654654
),
655655
rustc_attr!(TEST, rustc_dump_user_args, Normal, template!(Word), WarnFollowing),
656656
rustc_attr!(TEST, rustc_evaluate_where_clauses, Normal, template!(Word), WarnFollowing),

0 commit comments

Comments
 (0)