about summary refs log tree commit diff
path: root/src/test/ui/parser/inverted-parameters.stderr
AgeCommit message (Expand)AuthorLines
2020-06-27Fix wording for anonymous parameter name helpJames Box-1/+1
2020-02-02parser: address review comments re. `self`.Mazdak Farrokhzad-1/+5
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-6/+6
2019-08-25parser: gracefully handle `fn foo(A | B: type)`.Mazdak Farrokhzad-12/+12
2019-05-30Recover gracefully from argument with missing type or param nameEsteban Küber-1/+11
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-6/+6
2018-12-25Remove licensesMark Rousskov-6/+6
2018-10-21Make sure all ui/parse tests have `-Z parse-only`Vadim Petrochenkov-6/+6
2018-10-05add suggestion for inverted function parametersAndy Russell-0/+47