rust/tests/ui/attributes/malformed-fn-align.stderr
2025-02-24 14:31:19 +01:00

10 lines
316 B
Plaintext

error[E0589]: invalid `repr(align)` attribute: `align` needs an argument
--> $DIR/malformed-fn-align.rs:5: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`.