blob: a515c83d14b2d4cf2ac7b49dd7393308c0a05d95 (
plain)
1
2
3
4
5
6
7
8
|
error[E0164]: expected tuple struct/variant, found associated constant `<Foo>::B`
--> $DIR/E0164.rs:20:9
|
20 | Foo::B(i) => i, //~ ERROR E0164
| ^^^^^^^^^ not a tuple variant or struct
error: aborting due to previous error
|