1
Fork 0

Fixed more tests.

This commit is contained in:
Alexander Regueiro 2018-12-07 18:15:36 +00:00
parent b9326f75fb
commit 58a5756f4d
27 changed files with 164 additions and 90 deletions

View file

@ -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