rust/src/test/ui/huge-enum.stderr

9 lines
184 B
Plaintext
Raw Normal View History

2019-08-04 13:14:53 -07:00
error: the type `TYPE` is too big for the current architecture
--> $DIR/huge-enum.rs:15:9
2019-08-04 12:23:05 -07:00
|
LL | let big: BIG = None;
| ^^^
2018-08-08 14:28:26 +02:00
error: aborting due to previous error