9 lines
218 B
Text
9 lines
218 B
Text
![]() |
error[E0599]: no associated item named `XXX` found for type `u32` in the current scope
|
||
|
--> $DIR/no-double-error.rs:18:9
|
||
|
|
|
||
|
18 | u32::XXX => { }
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|