rust/src/test/ui/huge-enum.stderr
2019-08-04 13:14:53 -07:00

9 lines
184 B
Plaintext

error: the type `TYPE` is too big for the current architecture
--> $DIR/huge-enum.rs:15:9
|
LL | let big: BIG = None;
| ^^^
error: aborting due to previous error