Skip to content

Commit

Permalink
Adjust label break value stabilization version to CURRENT_RUSTC_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Aug 27, 2022
1 parent 6e4e3e8 commit 4caedba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_feature/src/accepted.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ declare_features! (
/// especially around globs and shadowing (RFC 1560).
(accepted, item_like_imports, "1.15.0", Some(35120), None),
/// Allows `'a: { break 'a; }`.
(accepted, label_break_value, "1.65.0", Some(48594), None),
(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.
Expand Down

0 comments on commit 4caedba

Please sign in to comment.