Fix error message of is_*_feature_detected on nort_feature (#1232)

This commit is contained in:
Taiki Endo 2021-10-17 06:22:47 +09:00 committed by GitHub
parent 707aa38f6a
commit 42ae943ab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
)
)