summary refs log tree commit diff
path: root/src/test/ui/huge-struct.stderr
blob: 72e32a8593b18c2d4574f2e0fed0e9a11ab135d5 (plain)
1
2
3
4
5
6
7
8
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