about summary refs log tree commit diff
path: root/tests/ui/label/label-underscore.stderr
blob: c0eb178d0f0050ba6836f367c3aa3975a3a67eaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: labels cannot use keyword names
  --> $DIR/label-underscore.rs:2:5
   |
LL |     '_: loop {
   |     ^^

error: labels cannot use keyword names
  --> $DIR/label-underscore.rs:3:15
   |
LL |         break '_
   |               ^^

error: aborting due to 2 previous errors