Files
rust/src/test/ui/huge-struct.stderr

9 lines
223 B
Plaintext
Raw Normal View History

2018-08-10 22:46:59 +01:00
error: the type `SXX<SXX<SXX<u32>>>` is too big for the current architecture
--> $DIR/huge-struct.rs:50:9
2019-08-04 12:23:05 -07:00
|
LL | let fat: Option<SXX<SXX<SXX<u32>>>> = None;
| ^^^
2018-08-08 14:28:26 +02:00
error: aborting due to previous error