We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab488a commit d6f4da9Copy full SHA for d6f4da9
compiler/rustc_lint_defs/src/builtin.rs
@@ -2419,7 +2419,7 @@ declare_lint! {
2419
///
2420
/// ### Example
2421
2422
- /// ```rust
+ /// ```rust,ignore (fails on non-x86_64)
2423
/// #[cfg(target_arch="x86_64")]
2424
/// use std::arch::asm;
2425
@@ -2455,7 +2455,7 @@ declare_lint! {
2455
2456
2457
2458
2459
2460
2461
0 commit comments