#[naked]
attribute excludes use of #[repr(align(N))]
#129412
Labels
A-naked
Area: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzS
C-bug
Category: This is a bug.
F-naked_functions
`#![feature(naked_functions)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen:
Code compiling just fine
Instead, this happened:
Meta
rustc --version --verbose
:It is a regression, as this was originally supported (last tried on):
Backtrace
N/A
The text was updated successfully, but these errors were encountered: