#[rustfmt::skip]
attribute incompatible with #[unsafe(naked)]
#140623
Labels
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-naked
Area: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzS
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The following code fails to compile due to attribute checks on naked functions being too strict.
cc @folkertdev
The text was updated successfully, but these errors were encountered: