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.
1 parent d1204ac commit 6ab488aCopy full SHA for 6ab488a
compiler/rustc_lint_defs/src/builtin.rs
@@ -2420,6 +2420,7 @@ declare_lint! {
2420
/// ### Example
2421
///
2422
/// ```rust
2423
+ /// #[cfg(target_arch="x86_64")]
2424
/// use std::arch::asm;
2425
2426
/// fn main() {
@@ -2455,6 +2456,7 @@ declare_lint! {
2455
2456
2457
2458
2459
2460
2461
2462
0 commit comments