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

6 lines
177 B
Plaintext

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