about summary refs log tree commit diff
path: root/tests/ui/layout/too-big-with-padding.stderr
blob: 761ac7514ee37a80d07daae11c0ba393e0f50e86 (plain)
1
2
3
4
5
6
7
8
error: values of the type `Example` are too big for the target architecture
  --> $DIR/too-big-with-padding.rs:17:1
   |
LL | pub fn lib(_x: Example) {}
   | ^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error