mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
15 lines
327 B
Plaintext
15 lines
327 B
Plaintext
error: unreachable pattern
|
|
--> $DIR/issue-12369.rs:9:9
|
|
|
|
|
LL | &[10,a, ref rest @ ..] => 10
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/issue-12369.rs:1:9
|
|
|
|
|
LL | #![deny(unreachable_patterns)]
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|