blob: 5e2bda9be50433c62e3f9476a1426b8b15f3cae1 (
plain)
1
2
3
4
5
6
7
8
|
error: values of the type `Option<TYPE>` are too big for the current architecture
--> $DIR/huge-enum.rs:12:9
|
LL | let big: BIG = None;
| ^^^
error: aborting due to previous error
|