Try harder to error on usage of unstable features

This commit is contained in:
gnzlbg 2019-09-17 02:43:48 +02:00
parent 42b7041e94
commit 13fffd5fde

View file

@ -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) => {