Skip to content

Commit 8cc6be1

Browse files
authored
Rollup merge of #37661 - brson:qmarkstab, r=nikomatsakis
question_mark was stabilized in 1.13
2 parents 368281a + ba92b01 commit 8cc6be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ declare_features! (
354354
// Allows `#[deprecated]` attribute
355355
(accepted, deprecated, "1.9.0", Some(29935)),
356356
// `expr?`
357-
(accepted, question_mark, "1.14.0", Some(31436)),
357+
(accepted, question_mark, "1.13.0", Some(31436)),
358358
// Allows `..` in tuple (struct) patterns
359359
(accepted, dotdot_in_tuple_patterns, "1.14.0", Some(33627)),
360360
);

0 commit comments

Comments
 (0)