1
Fork 0
rust/tests/ui/rfcs/rfc-2005-default-binding-mode/no-double-error.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
323 B
Text
Raw Normal View History

error[E0599]: no associated item named `XXX` found for type `u32` in the current scope
2018-12-07 18:15:36 +00:00
--> $DIR/no-double-error.rs:8:14
|
2019-03-09 15:03:44 +03:00
LL | u32::XXX => { }
2019-03-10 16:20:15 -07:00
| ^^^ associated item not found in `u32`
error: aborting due to 1 previous error
2018-03-03 15:59:40 +01:00
For more information about this error, try `rustc --explain E0599`.