From 42ae943ab4720b699c9ea880609d50aca195d70e Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 17 Oct 2021 06:22:47 +0900 Subject: Fix error message of is_*_feature_detected on nort_feature (#1232) --- library/stdarch/crates/std_detect/src/detect/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/stdarch/crates/std_detect/src') diff --git a/library/stdarch/crates/std_detect/src/detect/macros.rs b/library/stdarch/crates/std_detect/src/detect/macros.rs index a4af3d1c027..b83fe71c41d 100644 --- a/library/stdarch/crates/std_detect/src/detect/macros.rs +++ b/library/stdarch/crates/std_detect/src/detect/macros.rs @@ -25,7 +25,7 @@ macro_rules! features { ($nort_feature) => { compile_error!( concat!( - stringify!(nort_feature), + stringify!($nort_feature), " feature cannot be detected at run-time" ) ) -- cgit 1.4.1-3-g733a5