about summary refs log tree commit diff
path: root/src/test/ui/generic
AgeCommit message (Collapse)AuthorLines
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-11/+11
2019-02-15Update testsvarkor-6/+6
Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com>
2018-12-31Improve type mismatch error messagesYuning Zhang-1/+1
Replace "integral variable" with "integer" and replace "floating-point variable" with "floating-point number" to make the message less confusing.
2018-12-25Remove licensesMark Rousskov-156/+26
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