mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
98f567b35a
[`cfg_match`] Generalize inputs cc #115585 Changes the input type from `item` to `tt`, which makes the macro have the same functionality of `cfg_if`. Also adds a test to ensure that `stmt_expr_attributes` is not triggered.