rust/src/test/ui/rfc-2005-default-binding-mode/no-double-error.stderr

10 lines
366 B
Plaintext
Raw Normal View History

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
| ^^^^^^^^ associated item not found in `u32`
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"