blob: a7b89752f5e04bac873b7125e9a8d09b1cf72300 [file] [log] [blame]
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`.