about summary refs log tree commit diff
path: root/tests/ui/parser/macro/auxiliary
AgeCommit message (Collapse)AuthorLines
2025-05-27Report text_direction_codepoint_in_literal when parsingMatthew Jasper-0/+19
- The lint is now reported in code that gets removed/modified/duplicated by macro expansion. - Spans are more accurate - Fixes #140281