]> git.lizzy.rs Git - rust.git/blob - src/test/ui/codemap_tests/unicode_3.stderr
Rollup merge of #103159 - cuviper:check_pow-final-try_opt, r=Mark-Simulacrum
[rust.git] / src / test / 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