diff --git a/library/stdarch/coresimd/arm/armclang.rs b/library/stdarch/coresimd/arm/armclang.rs index 455f911d4244..36a3a2fe9a31 100644 --- a/library/stdarch/coresimd/arm/armclang.rs +++ b/library/stdarch/coresimd/arm/armclang.rs @@ -43,7 +43,9 @@ pub unsafe fn __breakpoint(val: i32) { // doc builds work. The proper macro will shadow this definition below. #[allow(unused_macros)] macro_rules! call { - ($e:expr) => {()} + ($e:expr) => { + () + }; } #[cfg(target_arch = "arm")]