diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2015-10-09 09:13:40 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2015-10-09 10:11:04 +1100 |
| commit | eacf78d8d47b44fb9f1be06407b036b8268bc513 (patch) | |
| tree | 5dc029eed6035fe0cdb509efc263e4a17eb164f9 /src/libsyntax | |
| parent | 80660d6ba08a2211968bcd4cf3cfd519ee4dd883 (diff) | |
| download | rust-eacf78d8d47b44fb9f1be06407b036b8268bc513.tar.gz rust-eacf78d8d47b44fb9f1be06407b036b8268bc513.zip | |
Point `placement_in_syntax`/`box_syntax` lang features at tracking issue #27779.
cc #28244.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 18c6d74d62e..3936af993db 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -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), |
