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
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | 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
|
|
|
|
|
2018-02-19 14:40:25 -06:00
|
|
|
If you want more information on this error, try using "rustc --explain E0599"
|