summary refs log tree commit diff
path: root/src/test/ui/feature-gate-label_break_value.stderr
blob: 8e8f31e78713306b4a046c9656cd824920826a69 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0658]: labels on blocks are unstable (see issue #48594)
  --> $DIR/feature-gate-label_break_value.rs:12:5
   |
LL |     'a: { //~ ERROR labels on blocks are unstable
   |     ^^
   |
   = 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`.