Open daxpedda opened 1 day ago
This issue has been caused by recent changes in nightly: https://github.com/rust-lang/rust/pull/132577. unexpected_cfg is now emitted from proc-macros as well.
unexpected_cfg
This PR simply avoids this by checking the cfg check in the macro itself, which is required anyway to enable the corresponding unstable features.
cfg
This issue has been caused by recent changes in nightly: https://github.com/rust-lang/rust/pull/132577.
unexpected_cfg
is now emitted from proc-macros as well.This PR simply avoids this by checking the
cfg
check in the macro itself, which is required anyway to enable the corresponding unstable features.