blob: b10455ffd2dcaf59fe8a8e06e971a68e7ee808ba (
plain)
1
2
3
4
5
6
7
8
|
error: values of the type $REALLY_TOO_BIG are too big for the target architecture
--> $DIR/huge-struct.rs:48:9
|
LL | let fat: Option<SXX<SXX<SXX<u32>>>> = None;
| ^^^
error: aborting due to 1 previous error
|