]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-1962.stderr
Merge commit '9809f5d21990d9e24b3e9876ea7da756fd4e9def' into libgccjit-codegen
[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