rust/src/test/ui/issue-1962.stderr

11 lines
290 B
Plaintext
Raw Normal View History

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
| ^^^^^^^^^^ help: use `loop`
|
= note: requested on the command line with `-D while-true`
error: aborting due to previous error