]> git.lizzy.rs Git - rust.git/blob - tests/ui/codemap_tests/unicode_3.stderr
Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbini
[rust.git] / tests / ui / codemap_tests / unicode_3.stderr
1 warning: denote infinite loops with `loop { ... }`
2   --> $DIR/unicode_3.rs:4:45
3    |
4 LL |     let s = "ZͨA͑ͦ͒͋ͤ͑̚L̄͑͋Ĝͨͥ̿͒̽̈́Oͥ͛ͭ!̏"; while true { break; }
5    |                       ^^^^^^^^^^ help: use `loop`
6    |
7    = note: `#[warn(while_true)]` on by default
8
9 warning: 1 warning emitted
10