summaryrefslogtreecommitdiffstats
path: root/third_party/rust/zerocopy/tests/ui-msrv/max-align.stderr
blob: 6ab6e47e2bf21fac3a5081cbd378dd389e657aa7 (plain)
1
2
3
4
5
error[E0589]: invalid `repr(align)` attribute: larger than 2^29
  --> tests/ui-msrv/max-align.rs:96:11
   |
96 | #[repr(C, align(1073741824))]
   |           ^^^^^^^^^^^^^^^^^