rust/tests/ui/codemap_tests/unicode_3.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
314 B
Plaintext
Raw Normal View History

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