2018-07-15 16:11:54 -05:00
|
|
|
error[E0426]: use of undeclared label `'b`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-28109.rs:6:9
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | 'b
|
2018-07-15 16:11:54 -05:00
|
|
|
| ^^ undeclared label `'b`
|
|
|
|
|
|
|
|
error[E0426]: use of undeclared label `'c`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-28109.rs:9:9
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | 'c
|
2018-07-15 16:11:54 -05:00
|
|
|
| ^^ undeclared label `'c`
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0426`.
|