]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-28109.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-28109.stderr
1 error[E0426]: use of undeclared label `'b`
2   --> $DIR/issue-28109.rs:16:9
3    |
4 LL |         'b //~ ERROR use of undeclared label
5    |         ^^ undeclared label `'b`
6
7 error[E0426]: use of undeclared label `'c`
8   --> $DIR/issue-28109.rs:19:9
9    |
10 LL |         'c //~ ERROR use of undeclared label
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`.