about summary refs log tree commit diff
path: root/tests/ui/macros/macro-metavar-expr-concat/syntax-errors.rs
AgeCommit message (Collapse)AuthorLines
2025-06-23mbe: Restructure `macro_metavar_expr` testsTrevor Gross-168/+0
These tests have expanded beyond the RFC, so rename the directory `rfc-3086-metavar-expr` to `metavar-expressions`. `concat` (which wasn't part of the RFC) now fits in this group, so merge its tests into the `metavar-expressions` directory. Additionally rename some related `issue-*` tests.
2024-07-17Add support for literalsCaio-1/+53
2024-07-06Add support for literalsCaio-6/+72
2024-06-13Add a new concat metavar exprCaio-0/+50