blob: a7b89752f5e04bac873b7125e9a8d09b1cf72300 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0426]: use of undeclared label `'l`
--> $DIR/resolve-label.rs:15: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`.
|