blob: d9006c0a6c2691b22373ed60c80b811a5695820d (
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 previous error
For more information about this error, try `rustc --explain E0533`.
|