summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-label_break_value.stderr
blob: 4b43fdc593fa352a6ac212f0ad0a05087bdba82d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0658]: labels on blocks are unstable
  --> $DIR/feature-gate-label_break_value.rs:2:5
   |
LL |     'a: {
   |     ^^
   |
   = note: see issue #48594 <https://github.com/rust-lang/rust/issues/48594> for more information
   = help: add `#![feature(label_break_value)]` to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.