mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-27 22:34:14 +00:00
Whitelist #[should_panic]
This commit is contained in:
parent
610d1695d1
commit
c3b77ab41c
@ -187,6 +187,7 @@ pub static KNOWN_ATTRIBUTES: &'static [(&'static str, AttributeType)] = &[
|
|||||||
("no_link", Normal),
|
("no_link", Normal),
|
||||||
("derive", Normal),
|
("derive", Normal),
|
||||||
("should_fail", Normal),
|
("should_fail", Normal),
|
||||||
|
("should_panic", Normal),
|
||||||
("ignore", Normal),
|
("ignore", Normal),
|
||||||
("no_implicit_prelude", Normal),
|
("no_implicit_prelude", Normal),
|
||||||
("reexport_test_harness_main", Normal),
|
("reexport_test_harness_main", Normal),
|
||||||
|
Loading…
Reference in New Issue
Block a user