Skip to content

Commit

Permalink
Rollup merge of rust-lang#99332 - jyn514:stabilize-label-break-value,…
Browse files Browse the repository at this point in the history
… r=petrochenkov

Stabilize `#![feature(label_break_value)]`

See the stabilization report in rust-lang#48594 (comment).
  • Loading branch information
JohnTitor authored Aug 24, 2022
2 parents 05a0dfe + 7852b88 commit a5b6bc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/source/issue-3217.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(label_break_value)]

fn main() {
let mut res = 0;
's_39: { if res == 0i32 { println!("Hello, world!"); } }
Expand Down
2 changes: 0 additions & 2 deletions tests/target/issue-3217.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(label_break_value)]

fn main() {
let mut res = 0;
's_39: {
Expand Down

0 comments on commit a5b6bc6

Please sign in to comment.