summary refs log tree commit diff
path: root/src/test/ui/generic
AgeCommit message (Collapse)AuthorLines
2018-08-25Auto merge of #53584 - mcr431:Fix-#53525, r=varkorbors-15/+15
Fix #53525 - Unify E0243, E0244, E0087, E0088, E0089, and E0090 into E0107 Fix #53525 This pr merges all errors related to too many or too few generic arguments in types and functions. E0243, E0244, E0087, E0088, E0089, E0090 errors will no longer be emitted and E0107 will be used instead.
2018-08-24updates tests to use new error codeMatthew Russo-15/+15
2018-08-22Fix a grammatical mistake in "expected generic arguments" errorsvarkor-2/+2
2018-08-20Add a test for skipping all arguments versus just onevarkor-0/+52
2018-08-20Update new ui testsvarkor-1/+1
2018-08-19Refactor generic argument count check in astconvvarkor-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+532