Remove attribute #[rustc_error]
This commit is contained in:
parent
d4812c8638
commit
2dfd2a2a24
47 changed files with 72 additions and 236 deletions
|
@ -1087,9 +1087,9 @@ pub static BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
|
|||
WarnFollowing, EncodeCrossCrate::No
|
||||
),
|
||||
rustc_attr!(
|
||||
TEST, rustc_error, Normal,
|
||||
template!(Word, List: "delayed_bug_from_inside_query"),
|
||||
WarnFollowingWordOnly, EncodeCrossCrate::Yes
|
||||
TEST, rustc_delayed_bug_from_inside_query, Normal,
|
||||
template!(Word),
|
||||
WarnFollowing, EncodeCrossCrate::No
|
||||
),
|
||||
rustc_attr!(
|
||||
TEST, rustc_dump_user_args, Normal, template!(Word),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue