We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
asm!
cfg
For example:
#[cfg(target_arch = "x86")] fn foo() { unsafe { asm!("0: jmp 0b") }; }
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.
binary_asm_labels
Requested in #127821 and #127935