blob: afef59c52642f8499bbec8875501d7e960060b11 [file] [log] [blame]
error: denote infinite loops with `loop { ... }`
--> $DIR/issue-1962.rs:4:3
|
LL | while true {
| ^^^^^^^^^^ help: use `loop`
|
= note: requested on the command line with `-D while-true`
error: aborting due to previous error