about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-3214.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-28/+0
2022-08-23Improve local generic parameter suggestions.Camille GILLOT-3/+2
2022-01-12Bless tests.Camille GILLOT-8/+2
2021-05-11improve diagnosts for GATsb-naber-3/+3
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-4/+4
This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed.
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-3/+11
2020-04-16rustc: fix check_attr() for methods, closures and foreign functionsMatthias Schiffer-4/+10
UI tests are updated with additional error messages that were missing before.
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-04-17Resolve inconsistency in error messages between "parameter" and "variable".Eduard-Mihai Burtescu-1/+1
2019-03-11Update testsVadim Petrochenkov-1/+1
2019-02-07Make name resolution handle consts in GenericParamsFromOuterFunction properlyvarkor-4/+4
2018-12-25Remove licensesMark Rousskov-2/+2
2018-12-24make non_camel_case_types an early lintAndy Russell-2/+2
2018-08-24updates tests to use new error codeMatthew Russo-3/+3
2018-08-20Fix diagnostic regressionvarkor-2/+2
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/+21