Skip to content

Commit

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

Stabilize `#![feature(label_break_value)]`

See the stabilization report in rust-lang/rust#48594 (comment).
  • Loading branch information
JohnTitor committed Aug 24, 2022
2 parents 99cd6f4 + 31fd307 commit ea5bb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
#![feature(dropck_eyepatch)]
#![feature(exhaustive_patterns)]
#![feature(intra_doc_pointers)]
#![feature(label_break_value)]
#![cfg_attr(bootstrap, feature(label_break_value))]
#![feature(lang_items)]
#![feature(let_else)]
#![feature(linkage)]
Expand Down

0 comments on commit ea5bb7e

Please sign in to comment.