Revert let_chains stabilization
This reverts commit 3266460749
.
This is the revert against master, the beta revert was already done in #100538.
This commit is contained in:
parent
76eb4f3bfd
commit
d1ef8180f9
59 changed files with 825 additions and 430 deletions
|
@ -188,8 +188,6 @@ declare_features! (
|
|||
(accepted, item_like_imports, "1.15.0", Some(35120), None),
|
||||
/// Allows `'a: { break 'a; }`.
|
||||
(accepted, label_break_value, "CURRENT_RUSTC_VERSION", Some(48594), None),
|
||||
/// Allows `if/while p && let q = r && ...` chains.
|
||||
(accepted, let_chains, "1.64.0", Some(53667), None),
|
||||
/// Allows `break {expr}` with a value inside `loop`s.
|
||||
(accepted, loop_break_value, "1.19.0", Some(37339), None),
|
||||
/// Allows use of `?` as the Kleene "at most one" operator in macros.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue