mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
10 lines
330 B
Plaintext
10 lines
330 B
Plaintext
error[E0589]: invalid `repr(align)` attribute: `align` needs an argument
|
|
--> $DIR/repr-align-in-trait-issue-132391.rs:2:12
|
|
|
|
|
LL | #[repr(align)]
|
|
| ^^^^^ help: supply an argument here: `align(...)`
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0589`.
|