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

9 lines
285 B
Plaintext
Raw Normal View History

warning: denote infinite loops with `loop { ... }`
2017-12-10 15:12:28 -06:00
--> $DIR/unicode_3.rs:14: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