rust/src/test/ui/issue-1962.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

11 lines
290 B
Plaintext

error: denote infinite loops with `loop { ... }`
--> $DIR/issue-1962.rs:14:3
|
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