blob: eaafe8dc5d593e3c3d2cf1670a67d711d720ed9f [file] [log] [blame]
error: unreachable expression
--> $DIR/expr_call.rs:23:17
|
23 | foo(return, 22); //~ ERROR unreachable
| ^^
|
note: lint level defined here
--> $DIR/expr_call.rs:14:9
|
14 | #![deny(unreachable_code)]
| ^^^^^^^^^^^^^^^^
error: unreachable expression
--> $DIR/expr_call.rs:28:5
|
28 | bar(return); //~ ERROR unreachable
| ^^^^^^^^^^^
error: aborting due to 2 previous errors