2017-03-21 08:41:41 -05:00
|
|
|
error: unreachable expression
|
|
|
|
--> $DIR/expr_method.rs:26:21
|
|
|
|
|
|
|
|
|
26 | Foo.foo(return, 22);
|
|
|
|
| ^^
|
|
|
|
|
|
|
|
|
note: lint level defined here
|
|
|
|
--> $DIR/expr_method.rs:14:9
|
|
|
|
|
|
|
|
|
14 | #![deny(unreachable_code)]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: unreachable expression
|
|
|
|
--> $DIR/expr_method.rs:31:5
|
|
|
|
|
|
|
|
|
31 | Foo.bar(return);
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
2017-05-22 06:46:05 -05:00
|
|
|
error: aborting due to previous error(s)
|
2017-03-21 08:41:41 -05:00
|
|
|
|