mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
15 lines
310 B
Plaintext
15 lines
310 B
Plaintext
|
error: unreachable pattern
|
||
|
--> $DIR/unreachable-loop-patterns.rs:18:9
|
||
|
|
|
||
|
LL | for _ in x {}
|
||
|
| ^
|
||
|
|
|
||
|
note: lint level defined here
|
||
|
--> $DIR/unreachable-loop-patterns.rs:13:9
|
||
|
|
|
||
|
LL | #![deny(unreachable_patterns)]
|
||
|
| ^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|