summary refs log tree commit diff
path: root/src/test/ui/issues/issue-1962.stderr
blob: afef59c52642f8499bbec8875501d7e960060b11 (plain)
1
2
3
4
5
6
7
8
9
10
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