Files
cli/vendor/zerocopy/tests/ui/max-align.nightly.stderr

10 lines
276 B
Plaintext
Raw Normal View History

error[E0589]: invalid `repr(align)` attribute: larger than 2^29
--> $DIR/max-align.rs:98:17
|
98 | #[repr(C, align(1073741824))]
| ^^^^^^^^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0589`.