Skip to content

Commit

Permalink
question_mark was stabilized in 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Nov 9, 2016
1 parent 38a959a commit ba92b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Expand Up @@ -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)),
);
Expand Down

0 comments on commit ba92b01

Please sign in to comment.