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
Plaintext
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 12:03:44 +00:00
LL | u32::XXX => { }
2019-03-10 23:20:15 +00:00
| ^^^ associated item not found in `u32`
error: aborting due to 1 previous error
2018-03-03 14:59:40 +00:00
For more information about this error, try `rustc --explain E0599`.