We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753f090 commit e95bdf1Copy full SHA for e95bdf1
crates/std_detect/src/detect/macros.rs
@@ -25,7 +25,7 @@ macro_rules! features {
25
($nort_feature) => {
26
compile_error!(
27
concat!(
28
- stringify!(nort_feature),
+ stringify!($nort_feature),
29
" feature cannot be detected at run-time"
30
)
31
0 commit comments