Skip to content

Commit

Permalink
Point placement_in_syntax/box_syntax lang features at tracking is…
Browse files Browse the repository at this point in the history
…sue #27779.

cc #28244.
  • Loading branch information
huonw committed Oct 8, 2015
1 parent 80660d6 commit eacf78d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libsyntax/feature_gate.rs
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 eacf78d

Please sign in to comment.