rust/src/test/ui/huge-enum.stderr
2019-12-21 22:16:00 +01:00

8 lines
184 B
Text

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