41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
15 lines
304 B
Plaintext
15 lines
304 B
Plaintext
error: unreachable pattern
|
|
--> $DIR/issue-30240-b.rs:12:9
|
|
|
|
|
LL | "hello" => {}
|
|
| ^^^^^^^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/issue-30240-b.rs:1:9
|
|
|
|
|
LL | #![deny(unreachable_patterns)]
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|