Skip to content

Commit 11e1cea

Browse files
committed
Auto merge of #16017 - lnicola:sync-from-rust, r=lnicola
minor: sync from downstream
2 parents e402c49 + 6d2543b commit 11e1cea

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
@@ -629,7 +629,7 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
629629
rustc_attr!(TEST, rustc_regions, Normal, template!(Word), WarnFollowing),
630630
rustc_attr!(
631631
TEST, rustc_error, Normal,
632-
template!(Word, List: "delay_span_bug_from_inside_query"), WarnFollowingWordOnly
632+
template!(Word, List: "span_delayed_bug_from_inside_query"), WarnFollowingWordOnly
633633
),
634634
rustc_attr!(TEST, rustc_dump_user_substs, Normal, template!(Word), WarnFollowing),
635635
rustc_attr!(TEST, rustc_evaluate_where_clauses, Normal, template!(Word), WarnFollowing),

0 commit comments

Comments
 (0)