]> git.lizzy.rs Git - rust.git/blob - src/test/ui/label/label-underscore.stderr
Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zeroext...
[rust.git] / src / test / ui / label / label-underscore.stderr
1 error: invalid label name `'_`
2   --> $DIR/label-underscore.rs:2:5
3    |
4 LL |     '_: loop {
5    |     ^^
6
7 error: invalid label name `'_`
8   --> $DIR/label-underscore.rs:3:15
9    |
10 LL |         break '_
11    |               ^^
12
13 error: aborting due to 2 previous errors
14