Skip to content

Commit a5b6bc6

Browse files
authored
Rollup merge of rust-lang#99332 - jyn514:stabilize-label-break-value, r=petrochenkov
Stabilize `#![feature(label_break_value)]` See the stabilization report in rust-lang#48594 (comment).
2 parents 05a0dfe + 7852b88 commit a5b6bc6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/source/issue-3217.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![feature(label_break_value)]
2-
31
fn main() {
42
let mut res = 0;
53
's_39: { if res == 0i32 { println!("Hello, world!"); } }

tests/target/issue-3217.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![feature(label_break_value)]
2-
31
fn main() {
42
let mut res = 0;
53
's_39: {

0 commit comments

Comments
 (0)