Skip to content

Commit

Permalink
Fix error message of is_*_feature_detected on nort_feature (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Oct 16, 2021
1 parent 753f090 commit e95bdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/std_detect/src/detect/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
)
Expand Down

0 comments on commit e95bdf1

Please sign in to comment.