Skip to content

Commit

Permalink
Auto merge of #28919 - huonw:placement-tracking-issue, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Oct 9, 2015
2 parents 0f53643 + eacf78d commit 9f37fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ const KNOWN_FEATURES: &'static [(&'static str, &'static str, Option<u32>, Status
("associated_types", "1.0.0", None, Accepted),
("visible_private_types", "1.0.0", None, Active),
("slicing_syntax", "1.0.0", None, Accepted),
("box_syntax", "1.0.0", None, Active),
("placement_in_syntax", "1.0.0", None, Active),
("box_syntax", "1.0.0", Some(27779), Active),
("placement_in_syntax", "1.0.0", Some(27779), Active),
("pushpop_unsafe", "1.2.0", None, Active),
("on_unimplemented", "1.0.0", None, Active),
("simd_ffi", "1.0.0", None, Active),
Expand Down

0 comments on commit 9f37fbc

Please sign in to comment.