-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Tracking Issue for asm_goto_with_outputs #119364
Copy link
Copy link
Open
Labels
A-inline-assemblyArea: Inline assembly (`asm!(…)`)Area: Inline assembly (`asm!(…)`)C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-asm`#![feature(asm)]` (not `llvm_asm`)`#![feature(asm)]` (not `llvm_asm`)
Metadata
Metadata
Assignees
Labels
A-inline-assemblyArea: Inline assembly (`asm!(…)`)Area: Inline assembly (`asm!(…)`)C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-asm`#![feature(asm)]` (not `llvm_asm`)`#![feature(asm)]` (not `llvm_asm`)
Type
Fields
Give feedbackNo fields configured for issues without a type.
The feature gate for the issue is
#![feature(asm_goto_with_outputs)].Summary
This now tracks the with_outputs variant since #131523.
asm_gotowas stabilized in 1.87.This feature adds a
label<block>operand type toasm!.Example:
The block must have unit type.
Steps
asm_gotofeature gate #133870Unresolved Questions
@rustbot labels: +A-inline-assembly +F-asm