about summary refs log tree commit diff
path: root/tests/ui/editions/auxiliary
AgeCommit message (Collapse)AuthorLines
2025-02-03Add tests for nested macro_rules edition behaviorEric Huss-0/+46
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
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-4/+4
2024-01-05macro_rules: Add more tests for using `tt` in addition to `ident`Vadim Petrochenkov-0/+10
Generally, `tt` and `ident` should behave identically, modulo the latter accepting only a subset of token trees.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+106