trisquel-icecat/icecat/third_party/rust/zerocopy/tests/ui-msrv/max-align.stderr

5 lines
176 B
Text

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