11 lines
246 B
Plaintext
11 lines
246 B
Plaintext
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
|
|
|