about summary refs log tree commit diff
path: root/tests/ui/or-patterns/or-patterns-syntactic-fail.stderr
AgeCommit message (Collapse)AuthorLines
2025-05-09Error message for top-level or-patterns suggesting a solutionKornel-4/+4
2025-04-16Remove old diagnostic notes for type ascription syntaxZalathar-1/+0
Type ascription syntax was removed in 2023.
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-4/+24
Go over all structured parser suggestions and make them verbose style. When suggesting to add or remove delimiters, turn them into multiple suggestion parts.
2023-10-12Detect ruby-style closure in parserEsteban Küber-1/+7
When parsing a closure without a body that is surrounded by a block, suggest moving the opening brace after the closure head. Fix #116608.
2023-05-01Rip it outNilstrieb-21/+12
My type ascription Oh rip it out Ah If you think we live too much then You can sacrifice diagnostics Don't mix your garbage Into my syntax So many weird hacks keep diagnostics alive Yet I don't even step outside So many bad diagnostics keep tyasc alive Yet tyasc doesn't even bother to survive!
2023-04-27Provide RHS type hint when reporting operator errorMichael Goulet-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+43