Skip to content

Commit eacf78d

Browse files
committed
Point placement_in_syntax/box_syntax lang features at tracking issue rust-lang#27779.
cc rust-lang#28244.
1 parent 80660d6 commit eacf78d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libsyntax/feature_gate.rs

+2-2
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)