asm!
lints based on cfg
rather than target
#127938
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
For example:
This currently raises
binary_asm_labels
only if targeting x86. Ideally we would be able to raise the lint regardless of what the current target is.Requested in #127821 and #127935
The text was updated successfully, but these errors were encountered: