diff options
| author | Oliver Middleton <olliemail27@gmail.com> | 2018-04-05 00:35:09 +0100 |
|---|---|---|
| committer | Oliver Middleton <olliemail27@gmail.com> | 2018-04-05 15:39:29 +0100 |
| commit | 521e41e77d0c9213ff3ed3f2a5e863b600ce2c3a (patch) | |
| tree | 0e9fe0f91c44d866b008099072ab7d31bc115972 /src/libsyntax | |
| parent | 5758c2dd14fd29caf7c7bb2123eb6b23443b9233 (diff) | |
| download | rust-521e41e77d0c9213ff3ed3f2a5e863b600ce2c3a.tar.gz rust-521e41e77d0c9213ff3ed3f2a5e863b600ce2c3a.zip | |
Correct a few stability attributes
Diffstat (limited to 'src/libsyntax')
| -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 e734a4e3735..d1348c89faf 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -483,7 +483,7 @@ declare_features! ( // allow empty structs and enum variants with braces (accepted, braced_empty_structs, "1.8.0", Some(29720), None), // Allows indexing into constant arrays. - (accepted, const_indexing, "1.24.0", Some(29947), None), + (accepted, const_indexing, "1.26.0", Some(29947), None), (accepted, default_type_params, "1.0.0", None, None), (accepted, globs, "1.0.0", None, None), (accepted, if_let, "1.0.0", None, None), |
