summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/issue-73541-3.stderr
blob: baa41c2e8222546c08bac5f6893d6ec04a8ffda9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0426`.