rust/src/test/ui/issues/issue-1962.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

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