Skip to content

Commit

Permalink
Auto merge of #22827 - sfackler:should_panic_pt1, r=alexcrichton
Browse files Browse the repository at this point in the history
This needs to make it into the snapshot before #21824 can land.

r? @alexcrichton
  • Loading branch information
bors committed Feb 26, 2015
2 parents 41f8b1e + c3b77ab commit 3a96d6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 3a96d6a

Please sign in to comment.