Update UI tests
This commit is contained in:
parent
cdbd8c2f2a
commit
fa2d9fc4b9
1200 changed files with 6168 additions and 6168 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;`
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue