rustc/tests/ui/codemap_tests/unicode_3.stderr
2023-08-02 10:33:26 +02:00

11 lines
314 B
Plaintext

warning: denote infinite loops with `loop { ... }`
--> $DIR/unicode_3.rs:4:45
|
LL | let s = "ZͨA͑ͦ͒͋ͤ͑̚L̄͑͋Ĝͨͥ̿͒̽̈́Oͥ͛ͭ!̏"; while true { break; }
| ^^^^^^^^^^ help: use `loop`
|
= note: `#[warn(while_true)]` on by default
warning: 1 warning emitted