about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-05-27 00:54:12 +0000
committerbors <bors@rust-lang.org>2018-05-27 00:54:12 +0000
commitf0805a4421449bd6fe3096d63820fbebe2bfcd1d (patch)
tree02924be8fdfff1a5c7744bda94e008db1185de72 /src/libsyntax
parent5015fa346c1bf7e295fc16996ed0d3309c84f09a (diff)
parent20ab8841b1cfd7c1d3288bdba4a5b57a12511b49 (diff)
downloadrust-f0805a4421449bd6fe3096d63820fbebe2bfcd1d.tar.gz
rust-f0805a4421449bd6fe3096d63820fbebe2bfcd1d.zip
Auto merge of #51066 - est31:master, r=sfackler
Point to the current box syntax tracking issue

The issue was used for both box syntax as well as placement new.
It got closed due to placement new being unapproved.
So a new one got created for box syntax, yet neither
the unstable book nor feature_gate.rs got updated.
We are doing this now.

r? @aidanhs
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/feature_gate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs
index 6d1b415587f..7fd989d1fe0 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -145,7 +145,7 @@ declare_features! (
     // rustc internal
     (active, rustc_diagnostic_macros, "1.0.0", None, None),
     (active, rustc_const_unstable, "1.0.0", None, None),
-    (active, box_syntax, "1.0.0", Some(27779), None),
+    (active, box_syntax, "1.0.0", Some(49733), None),
     (active, unboxed_closures, "1.0.0", Some(29625), None),
 
     (active, fundamental, "1.0.0", Some(29635), None),