See https://github.com/rust-lang/rust/pull/69686/files#diff-21534ccecd1da87ab2d0cbabae0ca694R19 for an example. ```rust #[repr(C, align (8))] ``` There should not be a space between `align` and the opening parenthesis.