mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00
11 lines
247 B
Plaintext
11 lines
247 B
Plaintext
warning: denote infinite loops with `loop { ... }`
|
|
--> $DIR/unreachable-loop-jump-threading.rs:6:5
|
|
|
|
|
LL | while true {}
|
|
| ^^^^^^^^^^ help: use `loop`
|
|
|
|
|
= note: `#[warn(while_true)]` on by default
|
|
|
|
warning: 1 warning emitted
|
|
|