]> git.lizzy.rs Git - rust.git/commitdiff
Whitelist #[should_panic]
authorSteven Fackler <sfackler@gmail.com>
Thu, 26 Feb 2015 06:04:00 +0000 (22:04 -0800)
committerSteven Fackler <sfackler@gmail.com>
Thu, 26 Feb 2015 06:04:00 +0000 (22:04 -0800)
src/libsyntax/feature_gate.rs

index c1865ffa9d9a1eb36e96e01f4d9ca1011e8c452e..ffc136d5a1d1a19b41bab604f7774b2e8fabfb54 100644 (file)
@@ -187,6 +187,7 @@ enum Status {
     ("no_link", Normal),
     ("derive", Normal),
     ("should_fail", Normal),
+    ("should_panic", Normal),
     ("ignore", Normal),
     ("no_implicit_prelude", Normal),
     ("reexport_test_harness_main", Normal),