Auto merge of #28919 - huonw:placement-tracking-issue, r=alexcrichton
cc #28244
This commit is contained in:
commit
9f37fbc743
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