summary refs log tree commit diff
path: root/src/test/ui/issue-28109.stderr
blob: 902fe2390b944833384ac50676f0e390a87a485e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error[E0426]: use of undeclared label `'b`
  --> $DIR/issue-28109.rs:16:9
   |
LL |         'b //~ ERROR use of undeclared label
   |         ^^ undeclared label `'b`

error[E0426]: use of undeclared label `'c`
  --> $DIR/issue-28109.rs:19:9
   |
LL |         'c //~ ERROR use of undeclared label
   |         ^^ undeclared label `'c`

error: aborting due to 2 previous errors

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