1
Fork 0

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

@ -2878,7 +2878,7 @@ declare_lint! {
/// ### Example
///
/// ```rust
/// #![feature(naked_functions)]
/// #![feature(asm_experimental_arch, naked_functions)]
///
/// use std::arch::asm;
///