2024-09-20 00:39:10 -07:00
|
|
|
error: values of the type `Example` are too big for the target architecture
|
2023-10-27 13:19:24 +02:00
|
|
|
--> $DIR/too-big-with-padding.rs:13:1
|
|
|
|
|
|
|
|
|
LL | pub fn lib(_x: Example) {}
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-10-27 13:19:24 +02:00
|
|
|
|