about summary refs log tree commit diff
path: root/src/test/ui/associated-item
AgeCommit message (Expand)AuthorLines
2021-09-15Move object safety suggestions to the end of the errorEsteban Kuber-1/+1
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-1/+1
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-1/+1
2021-08-06Add hint for unresolved associated trait items if the trait has a single itemJakub Beránek-0/+71
2021-07-25Bless tests.Camille GILLOT-15/+15
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-2/+5
2021-01-16Add test for #34792Dániel Buga-0/+16
2020-12-26update testsBastian Kauschke-6/+6
2020-10-20review commentsEsteban Küber-1/+1
2020-10-20Tweak "object unsafe" errorsEsteban Küber-5/+7
2020-04-05"cannot resolve" → "cannot satisfy"Esteban Küber-1/+1
2020-03-12update testsMark Mansi-1/+1
2020-02-03Change wording for object unsafe because of assoc constEsteban Küber-1/+1
2020-02-02Wording changes to object unsafe trait errorsEsteban Küber-1/+5
2020-02-02Do not suggest duplicate boundsYuki Okushi-0/+22
2020-01-11Rollup merge of #68014 - estebank:unify-e0599, r=cramertjYuki Okushi-3/+3
2020-01-08Explain that associated types and consts can't be accessed directly on the tr...Esteban Küber-1/+5
2020-01-08Unify output of "variant not found" errorsEsteban Küber-3/+3
2019-12-10Deduplicate logicEsteban Küber-2/+4
2019-10-14Add test for issue-48027Yuki Okushi-0/+29
2019-04-09improve unknown enum variant errorsAndy Russell-0/+56
2019-03-11Update testsVadim Petrochenkov-4/+4
2018-12-25Remove licensesMark Rousskov-34/+4
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+117