15 lines
326 B
Plaintext
15 lines
326 B
Plaintext
|
error: unreachable pattern
|
||
|
--> $DIR/issue-30240-b.rs:22:9
|
||
|
|
|
||
|
LL | "hello" => {} //~ ERROR unreachable pattern
|
||
|
| ^^^^^^^
|
||
|
|
|
||
|
note: lint level defined here
|
||
|
--> $DIR/issue-30240-b.rs:11:9
|
||
|
|
|
||
|
LL | #![deny(unreachable_patterns)]
|
||
|
| ^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|