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