summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-28109.stderr
blob: 0f918d3b6f702c18f8913b0e0f667f83f8ce44ff (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:6:9
   |
LL |         'b
   |         ^^ undeclared label `'b`

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

error: aborting due to 2 previous errors

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