about summary refs log tree commit diff
path: root/src/test/ui/const-generics/min_const_generics/macro-fail.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-71/+0
2022-11-14Show a note where a macro failed to matchNilstrieb-0/+6
This shows a small note on what the macro matcher was currently processing to aid with "no rules expected the token X" errors.
2022-11-11Visit opaque types during type collection too.Camille GILLOT-22/+4
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-3/+3
When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error.
2020-12-26update testsBastian Kauschke-8/+8
2020-11-16improve error message for const ty param mismatchBastian Kauschke-40/+16
2020-11-10Add macro test for min-const-genericskadmin-0/+107