Rollup merge of #37661 - brson:qmarkstab, r=nikomatsakis

question_mark was stabilized in 1.13
This commit is contained in:
Eduard-Mihai Burtescu 2016-11-10 03:46:28 +02:00 committed by GitHub
commit 8cc6be1bcb

View File

@ -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)),
);