about summary refs log tree commit diff
path: root/tests/ui/parser/macro/trait-object-macro-matcher.stderr
AgeCommit message (Collapse)AuthorLines
2025-04-15Improve parse errors for lifetimes in type positionLeón Orell Valerian Liehr-23/+0
2025-02-21Remove `NtTy`.Nicholas Nethercote-1/+9
Notes about tests: - tests/ui/parser/macro/trait-object-macro-matcher.rs: the syntax error is duplicated, because it occurs now when parsing the decl macro input, and also when parsing the expanded decl macro. But this won't show up for normal users due to error de-duplication. - tests/ui/associated-consts/issue-93835.rs: similar, plus there are some additional errors about this very broken code. - The changes to metavariable descriptions in #132629 are now visible in error message for several tests.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+15