about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorOliver Schneider <github35764891676564198441@oli-obk.de>2018-08-13 14:27:29 +0200
committerOliver Schneider <github35764891676564198441@oli-obk.de>2018-08-22 18:31:53 +0200
commitbd6ae6a6d10f3ebe51d0a7a8d7ef342a65f68ff4 (patch)
tree3e8118e592ec8ce623841fadd9929192aa998839 /src/libsyntax
parentbb78426ca8f12f467e4d3bb38e82c0d3b6209e61 (diff)
downloadrust-bd6ae6a6d10f3ebe51d0a7a8d7ef342a65f68ff4.tar.gz
rust-bd6ae6a6d10f3ebe51d0a7a8d7ef342a65f68ff4.zip
Reexpose stability hole in the presence of feature gates
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 4a819814d81..6c33c4c245b 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -225,7 +225,7 @@ declare_features! (
     (active, const_compare_raw_pointers, "1.27.0", Some(53020), None),
 
     // Allows panicking during const eval (produces compile-time errors)
-    (active, const_panic, "1.29.0", Some(51999), None),
+    (active, const_panic, "1.30.0", Some(51999), None),
 
     // Allows using #[prelude_import] on glob `use` items.
     //