blob: 4c32a4cf3dd5946ac7bfae466c77724938ccb2fe (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: denote infinite loops with `loop { ... }`
--> $DIR/issue-1962.rs:6:5
|
LL | 'a: while true {
| ^^^^^^^^^^^^^^ help: use `loop`
|
= note: requested on the command line with `-D while-true`
error: aborting due to previous error
|