Skip to content

Commit 9f37fbc

Browse files
committed
Auto merge of rust-lang#28919 - huonw:placement-tracking-issue, r=alexcrichton
cc rust-lang#28244
2 parents 0f53643 + eacf78d commit 9f37fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libsyntax/feature_gate.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ const KNOWN_FEATURES: &'static [(&'static str, &'static str, Option<u32>, Status
8181
("associated_types", "1.0.0", None, Accepted),
8282
("visible_private_types", "1.0.0", None, Active),
8383
("slicing_syntax", "1.0.0", None, Accepted),
84-
("box_syntax", "1.0.0", None, Active),
85-
("placement_in_syntax", "1.0.0", None, Active),
84+
("box_syntax", "1.0.0", Some(27779), Active),
85+
("placement_in_syntax", "1.0.0", Some(27779), Active),
8686
("pushpop_unsafe", "1.2.0", None, Active),
8787
("on_unimplemented", "1.0.0", None, Active),
8888
("simd_ffi", "1.0.0", None, Active),

0 commit comments

Comments
 (0)