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,7 +1,7 @@
error[E0004]: non-exhaustive patterns: `C(QA)` not covered
--> $DIR/issue-40221.rs:21:11
|
21 | match proto { //~ ERROR non-exhaustive patterns
LL | match proto { //~ ERROR non-exhaustive patterns
| ^^^^^ pattern `C(QA)` not covered
error: aborting due to previous error

View file

@ -3,7 +3,7 @@ error[E0601]: main function not found
error[E0046]: not all trait items implemented, missing: `CONSTANT`, `Type`, `method`
--> $DIR/m2.rs:19:1
|
19 | impl m1::X for X { //~ ERROR not all trait items implemented
LL | impl m1::X for X { //~ ERROR not all trait items implemented
| ^^^^^^^^^^^^^^^^ missing `CONSTANT`, `Type`, `method` in implementation
|
= note: `CONSTANT` from trait: `const CONSTANT: u32;`

View file

@ -1,7 +1,7 @@
error[E0282]: type annotations needed
--> $DIR/missing-type-parameter.rs:14:5
|
14 | foo(); //~ ERROR type annotations needed
LL | foo(); //~ ERROR type annotations needed
| ^^^ cannot infer type for `X`
error: aborting due to previous error