rust/src/test/ui/codemap_tests/unicode_3.stderr

9 lines
284 B
Plaintext
Raw Normal View History

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