Point placement_in_syntax/box_syntax lang features at tracking issue #27779.
cc #28244.
This commit is contained in:
parent
80660d6ba0
commit
eacf78d8d4
1 changed files with 2 additions and 2 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue