about summary refs log tree commit diff
path: root/src/test/ui/confuse-field-and-method
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-378/+0
2022-12-15Trim paths in E0599Esteban Küber-2/+2
2022-07-08Auto merge of #98816 - estebank:implicit-sized, r=oli-obkbors-14/+14
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-14/+14
2022-07-07Shorten span for closures.Camille GILLOT-2/+2
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-14/+14
2021-08-11Modify structured suggestion outputEsteban Küber-14/+14
2021-05-21remove generic argument insead of displaying "_"Aliénore Bouttefeux-7/+7
2021-04-15elision of generic argument in E0599 if the methode has not been found anywhe...Aliénore Bouttefeux-7/+7
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+2
2020-01-08Unify output of "variant not found" errorsEsteban Küber-17/+17
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+14
2019-05-29Update ui test suite to use dynmemoryruins-5/+5
2019-05-24Deprecate `FnBox`. `Box<dyn FnOnce()>` can be called directly, since 1.35Simon Sapin-22/+18
2019-03-22Rollup merge of #59297 - euclio:field-method-suggestions, r=estebankMazdak Farrokhzad-20/+48
2019-03-19convert field/method confusion help to suggestionsAndy Russell-20/+48
2019-03-15rustc: print ExistentialProjection with spaces around `=`, e.g. `dyn Foo<A = ...Eduard-Mihai Burtescu-1/+1
2019-03-11Update testsVadim Petrochenkov-13/+13
2018-12-25Remove licensesMark Rousskov-72/+22
2018-07-18Implement existential typesOliver Schneider-0/+390