Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 11e1cea

Browse files
committedDec 4, 2023
Auto merge of rust-lang#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

+1-1
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)
Failed to load comments.