2017-03-21 09:41:41 -04:00
|
|
|
error: unreachable expression
|
|
|
|
--> $DIR/expr_method.rs:26:21
|
|
|
|
|
|
2017-11-20 13:13:27 +01:00
|
|
|
26 | Foo.foo(return, 22); //~ ERROR unreachable
|
2017-03-21 09:41:41 -04:00
|
|
|
| ^^
|
|
|
|
|
|
|
|
|
note: lint level defined here
|
|
|
|
--> $DIR/expr_method.rs:14:9
|
|
|
|
|
|
|
|
|
14 | #![deny(unreachable_code)]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: unreachable expression
|
|
|
|
--> $DIR/expr_method.rs:31:5
|
|
|
|
|
|
2017-11-20 13:13:27 +01:00
|
|
|
31 | Foo.bar(return); //~ ERROR unreachable
|
2017-03-21 09:41:41 -04:00
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
2017-07-02 13:49:30 +03:00
|
|
|
error: aborting due to 2 previous errors
|
2017-03-21 09:41:41 -04:00
|
|
|
|