]> git.proxmox.com Git - rustc.git/blame - src/test/ui/codemap_tests/unicode_3.stderr
New upstream version 1.24.1+dfsg1
[rustc.git] / src / test / ui / codemap_tests / unicode_3.stderr
CommitLineData
abe05a73 1warning: denote infinite loops with `loop { ... }`
ff7c6d11 2 --> $DIR/unicode_3.rs:14:45
abe05a73 3 |
ff7c6d11
XL
414 | let s = "ZͨA͑ͦ͒͋ͤ͑̚L̄͑͋Ĝͨͥ̿͒̽̈́Oͥ͛ͭ!̏"; while true { break; }
5 | ^^^^^^^^^^ help: use `loop`
abe05a73
XL
6 |
7 = note: #[warn(while_true)] on by default
8