Fixed more tests.
This commit is contained in:
parent
b9326f75fb
commit
58a5756f4d
27 changed files with 164 additions and 90 deletions
|
@ -1,8 +1,10 @@
|
|||
error[E0599]: no associated item named `XXX` found for type `u32` in the current scope
|
||||
--> $DIR/no-double-error.rs:8:9
|
||||
--> $DIR/no-double-error.rs:8:14
|
||||
|
|
||||
LL | u32::XXX => { } //~ ERROR no associated item named
|
||||
| ^^^^^^^^ associated item not found in `u32`
|
||||
| -----^^^
|
||||
| |
|
||||
| associated item not found in `u32`
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue