2017-12-10 22:47:55 +03:00
|
|
|
error: denote infinite loops with `loop { ... }`
|
|
|
|
--> $DIR/issue-1962.rs:14:3
|
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | while true { //~ ERROR denote infinite loops with `loop
|
2017-12-19 14:45:17 -08:00
|
|
|
| ^^^^^^^^^^ help: use `loop`
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
|
|
|
= note: requested on the command line with `-D while-true`
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|