diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-01-13 05:27:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-13 05:27:01 +0100 |
| commit | 3e2dcf95ce0c19d8ea77e565322ba6885196efda (patch) | |
| tree | 5049b476b6160866955ae4a859a6f92e9f0bb52f /src/libsyntax/feature_gate.rs | |
| parent | 33c5874966d4f0776f7af6e9dcb253edb985974e (diff) | |
| parent | 1e4a8a01c4e89e1485e56ba482e592a9d337d2ef (diff) | |
| download | rust-3e2dcf95ce0c19d8ea77e565322ba6885196efda.tar.gz rust-3e2dcf95ce0c19d8ea77e565322ba6885196efda.zip | |
Rollup merge of #57564 - varkor:update-const_fn-tracking-issue, r=Centril
Update the const fn tracking issue to the new metabug The new `const fn` tracking issue is #57563. We don't want to point to a closed issue in the diagnostics (or FIXMEs), so these have been updated (from the old issue, #24111). r? @Centril
Diffstat (limited to 'src/libsyntax/feature_gate.rs')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
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), |
