about summary refs log tree commit diff
path: root/tests/ui/macros/macro-rules-attr-nested.run.stdout
AgeCommit message (Collapse)AuthorLines
2025-08-08mbe: Add a test confirming that a macro attribute can apply itself recursivelyJosh Triplett-0/+3
This allows a macro attribute to implement default arguments by reapplying itself with the defaults filled in, for instance.