10 lines
276 B
Plaintext
10 lines
276 B
Plaintext
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`.
|