rustc/vendor/zerocopy-0.7.35/tests/ui-msrv/max-align.stderr
2024-09-09 14:07:22 +02:00

6 lines
176 B
Plaintext

error[E0589]: invalid `repr(align)` attribute: larger than 2^29
--> tests/ui-msrv/max-align.rs:96:11
|
96 | #[repr(C, align(1073741824))]
| ^^^^^^^^^^^^^^^^^