2017-10-06 15:30:23 -05:00
|
|
|
error[E0599]: no associated item named `XXX` found for type `u32` in the current scope
|
|
|
|
--> $DIR/no-double-error.rs:18:9
|
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
18 | u32::XXX => { } //~ ERROR no associated item named
|
2017-11-16 00:18:52 -06:00
|
|
|
| ^^^^^^^^ associated item not found in `u32`
|
2017-10-06 15:30:23 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|