diff options
| author | bors <bors@rust-lang.org> | 2023-12-04 19:43:27 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-12-04 19:43:27 +0000 |
| commit | 11e1ceaf75719df994a9e67f924786ef435ee1cd (patch) | |
| tree | 92355e311786715b8ed40a62689d0f749e0c14e3 | |
| parent | e402c494b7c7d94a37c6d789a216187aaf9ccd3e (diff) | |
| parent | 6d2543b62256676718f1936a182f92b10f2ca8ac (diff) | |
| download | rust-11e1ceaf75719df994a9e67f924786ef435ee1cd.tar.gz rust-11e1ceaf75719df994a9e67f924786ef435ee1cd.zip | |
Auto merge of #16017 - lnicola:sync-from-rust, r=lnicola
minor: sync from downstream
| -rw-r--r-- | crates/hir-def/src/attr/builtin.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-def/src/attr/builtin.rs b/crates/hir-def/src/attr/builtin.rs index 2ae3cd2a939..15dceeb8af2 100644 --- a/crates/hir-def/src/attr/builtin.rs +++ b/crates/hir-def/src/attr/builtin.rs @@ -629,7 +629,7 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[ rustc_attr!(TEST, rustc_regions, Normal, template!(Word), WarnFollowing), rustc_attr!( TEST, rustc_error, Normal, - template!(Word, List: "delay_span_bug_from_inside_query"), WarnFollowingWordOnly + template!(Word, List: "span_delayed_bug_from_inside_query"), WarnFollowingWordOnly ), rustc_attr!(TEST, rustc_dump_user_substs, Normal, template!(Word), WarnFollowing), rustc_attr!(TEST, rustc_evaluate_where_clauses, Normal, template!(Word), WarnFollowing), |
