From 41bfaf89bf559f6f68bb3ee8b682602bc1ef3b0a Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Sat, 13 Mar 2021 14:51:54 -0500 Subject: [PATCH] Remove trailing semicolon from macro expression (#1080) Unblocks https://github.com/rust-lang/rust/pull/83089 --- library/stdarch/crates/std_detect/src/detect/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/stdarch/crates/std_detect/src/detect/macros.rs b/library/stdarch/crates/std_detect/src/detect/macros.rs index b9dbf9184ec5..2607e07bf378 100644 --- a/library/stdarch/crates/std_detect/src/detect/macros.rs +++ b/library/stdarch/crates/std_detect/src/detect/macros.rs @@ -18,7 +18,7 @@ macro_rules! features { }; )* $( - ($bind_feature) => { $macro_name!($feature_impl); }; + ($bind_feature) => { $macro_name!($feature_impl) }; )* $( ($nort_feature) => {