]> git.lizzy.rs Git - rust.git/blob - src/test/ui/async-await/issue-73541-3.stderr
Rollup merge of #103901 - H4x5:fmt-arguments-as-str-tracking-issue, r=the8472
[rust.git] / src / test / 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`.