1
Fork 0
rust/src/test/ui/codemap_tests/unicode_3.stderr

9 lines
285 B
Text
Raw Normal View History

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