Add the yield_expr feature
This commit is contained in:
parent
30f168ef81
commit
432e1c3eea
9 changed files with 74 additions and 50 deletions
|
@ -669,6 +669,7 @@ declare_features! (
|
|||
(unstable, xop_target_feature, "1.81.0", Some(127208)),
|
||||
/// Allows `do yeet` expressions
|
||||
(unstable, yeet_expr, "1.62.0", Some(96373)),
|
||||
(unstable, yield_expr, "CURRENT_RUSTC_VERSION", Some(43122)),
|
||||
// !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!!
|
||||
// Features are listed in alphabetical order. Tidy will fail if you don't keep it this way.
|
||||
// !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue