blob: 72a8e443bac9f9ace6399179b8f57a4bb98b7593 (
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;
| ^^ undeclared label `'l`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0426`.
|