Try harder to error on usage of unstable features
This commit is contained in:
parent
42b7041e94
commit
13fffd5fde
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ macro_rules! features {
|
|||
) => {
|
||||
#[macro_export]
|
||||
$(#[$macro_attrs])*
|
||||
#[allow_internal_unstable(stdsimd_internal,stdsimd)]
|
||||
#[allow_internal_unstable(stdsimd_internal)]
|
||||
macro_rules! $macro_name {
|
||||
$(
|
||||
($feature_lit) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue