diff options
| author | Oliver Middleton <olliemail27@gmail.com> | 2018-02-10 21:20:42 +0000 |
|---|---|---|
| committer | Oliver Middleton <olliemail27@gmail.com> | 2018-02-10 21:20:42 +0000 |
| commit | 45d5a420ada9c11f61347fd4c63c7f0234adaea7 (patch) | |
| tree | 9d4e77fc1e2baf5fc47cb3a0973958c0cd2f8f75 /src/libsyntax/feature_gate.rs | |
| parent | 39abcc04139a0fd24422f422271849dc91e39a88 (diff) | |
| download | rust-45d5a420ada9c11f61347fd4c63c7f0234adaea7.tar.gz rust-45d5a420ada9c11f61347fd4c63c7f0234adaea7.zip | |
Correct a few stability attributes
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 9c6520cd874..f8dbc4d0f45 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -538,7 +538,7 @@ declare_features! ( // instead of just the platforms on which it is the C ABI (accepted, abi_sysv64, "1.24.0", Some(36167)), // Allows `repr(align(16))` struct attribute (RFC 1358) - (accepted, repr_align, "1.24.0", Some(33626)), + (accepted, repr_align, "1.25.0", Some(33626)), // allow '|' at beginning of match arms (RFC 1925) (accepted, match_beginning_vert, "1.25.0", Some(44101)), // Nested groups in `use` (RFC 2128) |
