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