]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-1962.stderr
Auto merge of #53316 - tristanburgess:52895_existential_type_ICE, r=oli-obk
[rust.git] / src / test / ui / issues / issue-1962.stderr
1 error: denote infinite loops with `loop { ... }`
2   --> $DIR/issue-1962.rs:14:3
3    |
4 LL |   while true  { //~ ERROR denote infinite loops with `loop
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