about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2019-01-13 01:55:44 +0000
committervarkor <github@varkor.com>2019-01-13 01:55:44 +0000
commit1e4a8a01c4e89e1485e56ba482e592a9d337d2ef (patch)
treebb87f7889f382c1263d35233f305f872bcbe5a26 /src/libsyntax/feature_gate.rs
parent75a369c5b11459baa6bf7734eeb6135998a0a7de (diff)
downloadrust-1e4a8a01c4e89e1485e56ba482e592a9d337d2ef.tar.gz
rust-1e4a8a01c4e89e1485e56ba482e592a9d337d2ef.zip
Update the const fn tracking issue to the new metabug
Diffstat (limited to 'src/libsyntax/feature_gate.rs')
-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 89da1a219b7..9b4231d8803 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -191,7 +191,7 @@ declare_features! (
     (active, slice_patterns, "1.0.0", Some(23121), None),
 
     // Allows the definition of `const` functions with some advanced features.
-    (active, const_fn, "1.2.0", Some(24111), None),
+    (active, const_fn, "1.2.0", Some(57563), None),
 
     // Allows accessing fields of unions inside `const` functions.
     (active, const_fn_union, "1.27.0", Some(51909), None),