about summary refs log tree commit diff
path: root/tests/ui/macros/metavar-expressions/concat-usage-errors.rs
AgeCommit message (Collapse)AuthorLines
2025-06-30mbe: Extend metavariable expression testsTrevor Gross-0/+22
Add tests showing the current state to make it more clear when output gets updated later in refactoring.
2025-06-30mbe: Split metavariable usage tests off from syntax testsTrevor Gross-0/+168
`syntax-errors` currently contains both syntax error tests (which don't need expansion) and tests for incorrect instantiations of the `count` metavariable expression (which do need expansion). Split the expansion-dependent tests to a separate file and remove unneeded invocations from `syntax-errors`, to ensure we are catching these before expansion.