parent
2fbc08e2ce
commit
ba2c2a6500
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
|
||||||
ungated!(ignore, Normal, template!(Word, NameValueStr: "reason"), WarnFollowing),
|
ungated!(ignore, Normal, template!(Word, NameValueStr: "reason"), WarnFollowing),
|
||||||
ungated!(
|
ungated!(
|
||||||
should_panic, Normal,
|
should_panic, Normal,
|
||||||
template!(Word, List: r#"expected = "reason"#, NameValueStr: "reason"), FutureWarnFollowing,
|
template!(Word, List: r#"expected = "reason""#, NameValueStr: "reason"), FutureWarnFollowing,
|
||||||
),
|
),
|
||||||
// FIXME(Centril): This can be used on stable but shouldn't.
|
// FIXME(Centril): This can be used on stable but shouldn't.
|
||||||
ungated!(reexport_test_harness_main, CrateLevel, template!(NameValueStr: "name"), ErrorFollowing),
|
ungated!(reexport_test_harness_main, CrateLevel, template!(NameValueStr: "name"), ErrorFollowing),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue