]> git.lizzy.rs Git - rust.git/blob - src/test/ui/label/label-static.stderr
Extend invalid floating point literal suffix suggestion
[rust.git] / src / test / ui / label / label-static.stderr
1 error: invalid label name `'static`
2   --> $DIR/label-static.rs:2:5
3    |
4 LL |     'static: loop {
5    |     ^^^^^^^
6
7 error: invalid label name `'static`
8   --> $DIR/label-static.rs:3:15
9    |
10 LL |         break 'static
11    |               ^^^^^^^
12
13 error: aborting due to 2 previous errors
14