about summary refs log tree commit diff
path: root/src/test/ui/parser/missing-closing-angle-bracket-eq-constraint.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-66/+0
2022-06-02add new `emit_inference_failure_err`lcnr-10/+12
2022-03-27Provide suggestion for missing `>` in a type parameter listEsteban Kuber-0/+15
When encountering an inproperly terminated type parameter list, provide a suggestion to close it after the last non-constraint type parameter that was successfully parsed. Fix #94058.
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-2/+2
When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error.
2021-01-22add and update testsb-naber-0/+49