Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4a13722

Browse files
committed
Tweak delayed bug mentions.
Now that we have both `delayed_bug` and `span_delayed_bug`, it makes sense to use the generic term "delayed bug" more.
1 parent e41ab35 commit 4a13722

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)