]> git.lizzy.rs Git - rust.git/blob - tests/ui/async-await/issue-73541-3.stderr
Rollup merge of #106244 - atouchet:readme3, r=workingjubilee
[rust.git] / tests / ui / async-await / issue-73541-3.stderr
1 error[E0426]: use of undeclared label `'aaaaaa`
2   --> $DIR/issue-73541-3.rs:4:29
3    |
4 LL |     'aaaaab: loop {
5    |     ------- a label with a similar name exists but is unreachable
6 LL |         || {
7 LL |             loop { continue 'aaaaaa }
8    |                             ^^^^^^^ undeclared label `'aaaaaa`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0426`.