]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-1962.stderr
Merge commit '4236289b75ee55c78538c749512cdbeea5e1c332' into update-rustfmt
[rust.git] / src / test / ui / issues / issue-1962.stderr
1 error: denote infinite loops with `loop { ... }`
2   --> $DIR/issue-1962.rs:6:5
3    |
4 LL |     'a: while true {
5    |     ^^^^^^^^^^^^^^ help: use `loop`
6    |
7    = note: requested on the command line with `-D while-true`
8
9 error: aborting due to previous error
10