question_mark was stabilized in 1.13

This commit is contained in:
Brian Anderson 2016-11-09 02:35:36 +00:00
parent 38a959a543
commit ba92b01e9a

View File

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