]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-28109.stderr
Rollup merge of #104059 - Rejyr:rustc_middle-lint-typo, r=petrochenkov
[rust.git] / src / test / ui / issues / issue-28109.stderr
1 error[E0426]: use of undeclared label `'b`
2   --> $DIR/issue-28109.rs:6:9
3    |
4 LL |         'b
5    |         ^^ undeclared label `'b`
6
7 error[E0426]: use of undeclared label `'c`
8   --> $DIR/issue-28109.rs:9:9
9    |
10 LL |         'c
11    |         ^^ undeclared label `'c`
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0426`.