blob: 0f918d3b6f702c18f8913b0e0f667f83f8ce44ff [file] [log] [blame]
error[E0426]: use of undeclared label `'b`
--> $DIR/issue-28109.rs:6:9
|
LL | 'b
| ^^ undeclared label `'b`
error[E0426]: use of undeclared label `'c`
--> $DIR/issue-28109.rs:9:9
|
LL | 'c
| ^^ undeclared label `'c`
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0426`.