summaryrefslogtreecommitdiffstats
path: root/tests/ui/layout/struct.stderr
blob: b61c9a99cce6aaa76debacdc061ce751108169da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: abi: Aggregate { sized: true }
  --> $DIR/struct.rs:9:1
   |
LL | struct AlignedZstPreventsScalar(i16, [i32; 0]);
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: abi: Scalar(Initialized { value: Int(I32, true), valid_range: 0..=4294967295 })
  --> $DIR/struct.rs:12:1
   |
LL | struct AlignedZstButStillScalar(i32, [i16; 0]);
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors