Whitelist #[should_panic]

This commit is contained in:
Steven Fackler 2015-02-25 22:04:00 -08:00
parent 610d1695d1
commit c3b77ab41c

View File

@ -187,6 +187,7 @@ pub static KNOWN_ATTRIBUTES: &'static [(&'static str, AttributeType)] = &[
("no_link", Normal),
("derive", Normal),
("should_fail", Normal),
("should_panic", Normal),
("ignore", Normal),
("no_implicit_prelude", Normal),
("reexport_test_harness_main", Normal),