Skip to content

Commit e95bdf1

Browse files
authored
Fix error message of is_*_feature_detected on nort_feature (#1232)
1 parent 753f090 commit e95bdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/std_detect/src/detect/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ macro_rules! features {
2525
($nort_feature) => {
2626
compile_error!(
2727
concat!(
28-
stringify!(nort_feature),
28+
stringify!($nort_feature),
2929
" feature cannot be detected at run-time"
3030
)
3131
)

0 commit comments

Comments
 (0)