Fixup a few tests needing asm support

This commit is contained in:
Josh Stone 2022-10-19 11:34:00 -07:00
parent a24a020e6d
commit f8e157b33f
12 changed files with 44 additions and 49 deletions

View file

@ -3176,6 +3176,7 @@ declare_lint! {
/// ### Example
///
/// ```rust,compile_fail
/// # #![feature(asm_experimental_arch)]
/// use std::arch::asm;
///
/// fn main() {