Fix error message of is_*_feature_detected on nort_feature (#1232)
This commit is contained in:
parent
707aa38f6a
commit
42ae943ab4
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue