Auto merge of #28919 - huonw:placement-tracking-issue, r=alexcrichton

cc #28244
This commit is contained in:
bors 2015-10-09 02:57:38 +00:00
commit 9f37fbc743

View file

@ -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),