summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0426.stderr
blob: bb05effd732cd5588ac15b88f56e40fa351185b2 (plain)
1
2
3
4
5
6
7
8
error[E0426]: use of undeclared label `'a`
  --> $DIR/E0426.rs:13:15
   |
13 |         break 'a;
   |               ^^ undeclared label `'a`

error: aborting due to previous error