about summary refs log tree commit diff
path: root/tests/ui/macros/macro-metavar-expr-concat/allowed-operations.rs
AgeCommit message (Collapse)AuthorLines
2025-06-23mbe: Restructure `macro_metavar_expr` testsTrevor Gross-115/+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-8/+53
2024-07-06Add support for literalsCaio-0/+12
2024-06-13Add a new concat metavar exprCaio-0/+58