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