blob: 511b8da716fd4003612e22182531d15be985e946 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0533]: expected value, found struct variant `Foo::Variant`
--> $DIR/issue-18252.rs:6:13
|
LL | let f = Foo::Variant(42);
| ^^^^^^^^^^^^ not a value
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0533`.
|