about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-3214.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-11/+0
2022-01-12Bless tests.Camille GILLOT-2/+1
2021-05-11improve diagnosts for GATsb-naber-1/+1
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-2/+0
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-1/+1
2020-04-16rustc: fix check_attr() for methods, closures and foreign functionsMatthias Schiffer-0/+3
UI tests are updated with additional error messages that were missing before.
2019-02-07Make name resolution handle consts in GenericParamsFromOuterFunction properlyvarkor-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-24make non_camel_case_types an early lintAndy Russell-2/+2
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+21