blob: fecfd922347b39dc14059bed9a1f2dd0395b235a (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0426]: use of undeclared label `'l`
--> $DIR/resolve-label.rs:5:23
|
LL | break 'l; //~ ERROR use of undeclared label
| ^^ undeclared label `'l`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0426`.
|