-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
#[target_feature(..)] no longer in effect in naked functions #136280
Copy link
Copy link
Open
Labels
A-inline-assemblyArea: Inline assembly (`asm!(…)`)Area: Inline assembly (`asm!(…)`)A-nakedArea: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzSArea: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzSC-bugCategory: This is a bug.Category: This is a bug.F-naked_functions`#![feature(naked_functions)]``#![feature(naked_functions)]`
Metadata
Metadata
Assignees
Labels
A-inline-assemblyArea: Inline assembly (`asm!(…)`)Area: Inline assembly (`asm!(…)`)A-nakedArea: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzSArea: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzSC-bugCategory: This is a bug.Category: This is a bug.F-naked_functions`#![feature(naked_functions)]``#![feature(naked_functions)]`
Type
Fields
Give feedbackNo fields configured for issues without a type.
Since #128004, target features enabled with
#[target_feature(..)]are no longer in effect in naked functions. For example:I haven't seen this discussed in the pull request. Opening the issue to give a chance to review the behaviour before stabilization.
cc @folkertdev, @Amanieu