Skip to content

Commit 1eb1c8d

Browse files
committed
Allow the llvm_asm! shim to go unused on some archs
1 parent 54bc3e5 commit 1eb1c8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/internal_macros.rs

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ macro_rules! impl_fn_for_zst {
118118
}
119119
}
120120

121+
#[allow(unused_macros)]
121122
macro_rules! llvm_asm {
122123
// Redirect to asm! for stdarch in stable 1.43
123124
($($arg:tt)*) => { $crate::asm!($($arg)*) }

0 commit comments

Comments
 (0)