about summary refs log tree commit diff
path: root/src/test/ui/parser/inverted-parameters.rs
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-0/+1
2019-08-25parser: gracefully handle `fn foo(A | B: type)`.Mazdak Farrokhzad-6/+6
2019-05-30Recover gracefully from argument with missing type or param nameEsteban Küber-0/+2
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-2/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-21Make sure all ui/parse tests have `-Z parse-only`Vadim Petrochenkov-0/+2
2018-10-05add suggestion for inverted function parametersAndy Russell-0/+39