15 lines
319 B
Plaintext
15 lines
319 B
Plaintext
error: unreachable expression
|
|
--> $DIR/expr_cast.rs:9:13
|
|
|
|
|
LL | let x = {return} as !; //~ ERROR unreachable
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
note: lint level defined here
|
|
--> $DIR/expr_cast.rs:4:9
|
|
|
|
|
LL | #![deny(unreachable_code)]
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|