2020-06-25 15:16:38 +01:00
|
|
|
error[E0426]: use of undeclared label `'aaaaaa`
|
|
|
|
--> $DIR/issue-73541-3.rs:4:29
|
|
|
|
|
|
|
|
|
LL | 'aaaaab: loop {
|
|
|
|
| ------- a label with a similar name exists but is unreachable
|
|
|
|
LL | || {
|
|
|
|
LL | loop { continue 'aaaaaa }
|
|
|
|
| ^^^^^^^ undeclared label `'aaaaaa`
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-06-25 15:16:38 +01:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0426`.
|