Update UI tests

This commit is contained in:
Vadim Petrochenkov 2018-02-23 03:42:32 +03:00
parent cdbd8c2f2a
commit fa2d9fc4b9
1200 changed files with 6168 additions and 6168 deletions

View file

@ -1,19 +1,19 @@
error: unreachable expression
--> $DIR/expr_method.rs:26:21
|
26 | Foo.foo(return, 22); //~ ERROR unreachable
LL | Foo.foo(return, 22); //~ ERROR unreachable
| ^^
|
note: lint level defined here
--> $DIR/expr_method.rs:14:9
|
14 | #![deny(unreachable_code)]
LL | #![deny(unreachable_code)]
| ^^^^^^^^^^^^^^^^
error: unreachable expression
--> $DIR/expr_method.rs:31:5
|
31 | Foo.bar(return); //~ ERROR unreachable
LL | Foo.bar(return); //~ ERROR unreachable
| ^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors