rust/tests/ui/issues/issue-1962.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
257 B
Plaintext
Raw Normal View History

error: denote infinite loops with `loop { ... }`
2020-07-02 05:32:12 +00:00
--> $DIR/issue-1962.rs:6:5
|
LL | 'a: while true {
| ^^^^^^^^^^^^^^ help: use `loop`
|
= note: requested on the command line with `-D while-true`
error: aborting due to previous error