diff options
| author | Brian Anderson <banderson@mozilla.com> | 2016-11-09 02:35:36 +0000 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2016-11-09 02:35:36 +0000 |
| commit | ba92b01e9a20964e60dcfd86f8fcba7eafdb65f3 (patch) | |
| tree | 0903472ea471363a20612321544458d957ec1b2f /src/libsyntax | |
| parent | 38a959a543dfc70a67e64f7d369ed6c9e12fc806 (diff) | |
| download | rust-ba92b01e9a20964e60dcfd86f8fcba7eafdb65f3.tar.gz rust-ba92b01e9a20964e60dcfd86f8fcba7eafdb65f3.zip | |
question_mark was stabilized in 1.13
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 c5fae9f3236..97eba5e875a 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -355,7 +355,7 @@ declare_features! ( // Allows `#[deprecated]` attribute (accepted, deprecated, "1.9.0", Some(29935)), // `expr?` - (accepted, question_mark, "1.14.0", Some(31436)), + (accepted, question_mark, "1.13.0", Some(31436)), // Allows `..` in tuple (struct) patterns (accepted, dotdot_in_tuple_patterns, "1.14.0", Some(33627)), ); |
