Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkov
Stabilize `#![feature(label_break_value)]` See the stabilization report in https://github.com/rust-lang/rust/issues/48594#issuecomment-1186213313.
This commit is contained in:
commit
a5b6bc60cf
2 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
|||
#![feature(label_break_value)]
|
||||
|
||||
fn main() {
|
||||
let mut res = 0;
|
||||
's_39: { if res == 0i32 { println!("Hello, world!"); } }
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#![feature(label_break_value)]
|
||||
|
||||
fn main() {
|
||||
let mut res = 0;
|
||||
's_39: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue