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

9 lines
223 B
Plaintext

error: the type `SXX<SXX<SXX<u32>>>` is too big for the current architecture
--> $DIR/huge-struct.rs:50:9
|
LL | let fat: Option<SXX<SXX<SXX<u32>>>> = None;
| ^^^
error: aborting due to previous error