about summary refs log tree commit diff
path: root/tests/ui/macros/macro-interpolation.rs
AgeCommit message (Collapse)AuthorLines
2025-02-21Remove `NtTy`.Nicholas Nethercote-1/+1
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-08-17Add a failing case to `tests/ui/macros/macro-interpolation`.Nicholas Nethercote-2/+2
This test currently tests the successful paths for the `Interpolated`/`NtTy`/`Path` case in `parse_path_inner`, but it doesn't test the failure path.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+33