question_mark was stabilized in 1.13
This commit is contained in:
parent
38a959a543
commit
ba92b01e9a
@ -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)),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user