about summary refs log tree commit diff
path: root/tests/ui/editions/nested-macro-rules-edition.rs
AgeCommit message (Collapse)AuthorLines
2025-02-03Add tests for nested macro_rules edition behaviorEric Huss-0/+39
This adds tests to check the behavior of how nested macro_rules definitions work across edition boundaries. This covers a change in behavior due to https://github.com/rust-lang/rust/pull/133274. See https://github.com/rust-lang/rust/issues/135669