Skip to content

Commit

Permalink
Rollup merge of rust-lang#37661 - brson:qmarkstab, r=nikomatsakis
Browse files Browse the repository at this point in the history
question_mark was stabilized in 1.13
  • Loading branch information
eddyb authored Nov 10, 2016
2 parents 368281a + ba92b01 commit 8cc6be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,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 8cc6be1

Please sign in to comment.