rust/src/test/ui/error-codes/E0164.stderr

10 lines
328 B
Plaintext
Raw Normal View History

2018-02-07 21:35:35 -06:00
error[E0164]: expected tuple struct/variant, found associated constant `<Foo>::B`
--> $DIR/E0164.rs:20:9
|
2018-02-22 18:42:32 -06:00
LL | Foo::B(i) => i, //~ ERROR E0164
2018-02-07 21:35:35 -06:00
| ^^^^^^^^^ not a tuple variant or struct
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 E0164"