mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
error: unreachable pattern
|
|
--> $DIR/E0001.rs:8:9
|
|
|
|
|
LL | _ => {/* ... */}
|
|
| ^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/E0001.rs:1:9
|
|
|
|
|
LL | #![deny(unreachable_patterns)]
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|