summary refs log tree commit diff
path: root/src/test/ui/impl-trait/issues
AgeCommit message (Expand)AuthorLines
2021-08-30Update test output for stable Rust 2021.Mara Bos-1/+1
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-1/+1
2021-07-27Remove min_tait and full_tait stderr dangling filesSantiago Pastorino-76/+0
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-12/+42
2021-07-27Use type_alias_impl_trait instead of min in compiler and libSantiago Pastorino-27/+5
2021-07-22Add regression tests for the impl_trait_in_bindings ICEsAlex Macleod-0/+221
2021-07-19Improve impl trait disallowed context error textSantiago Pastorino-4/+4
2021-07-18Remove impl_trait_in_bindings feature flagSantiago Pastorino-56/+37
2021-07-17Remove OpaqueTyOrigin::BindingSantiago Pastorino-46/+0
2021-06-29Bless UI testsFabian Wolff-0/+2
2021-05-16Add tracking issueJonas Schievink-0/+3
2021-05-16Allow `async {}` expressions in const contextsJonas Schievink-6/+15
2021-04-06forbid `impl Trait` in generic param defaultsSNCPlay42-0/+27
2021-03-16fix expected/found order on impl trait projection mismatchSNCPlay42-8/+8
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-7/+76
2020-11-16Add two regression testsAlex Macleod-0/+90
2020-10-18Add test for issue-70877Yuki Okushi-0/+53
2020-10-09Add a regression test for issue-65581Yuki Okushi-0/+33
2020-09-02pretty: trim paths of unique symbolsDan Aloni-4/+4
2020-06-15review commentsEsteban Küber-2/+2
2020-06-15Expand "recursive opaque type" diagnosticEsteban Küber-10/+18
2020-02-28keep predicate order and tweak outputEsteban Küber-3/+5
2020-02-28Tweak wordingEsteban Küber-1/+1
2020-02-28Mention the full path of the implementing traitEsteban Küber-1/+1
2020-02-28On single local candidate, use span labelEsteban Küber-2/+3
2020-01-08Unify output of "variant not found" errorsEsteban Küber-2/+2
2019-11-08Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obkMazdak Farrokhzad-175/+36
2019-11-06nested_impl_trait -> errorMazdak Farrokhzad-175/+36
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-5/+5
2019-10-26Add detailed explaination for E0666Sydney Acksman-0/+1
2019-10-24Changed APIT with explicit generic args span to specific arg spansSydney Acksman-4/+6
2019-10-20Improve error message for APIT with explicit generic parametersvarkor-4/+4
2019-09-09Auto merge of #64237 - estebank:tweak-method-not-found, r=Centrilbors-1/+1
2019-09-08Give method not found a primary span labelEsteban Küber-1/+1
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-2/+2
2019-08-02Update syntax in existing testsvarkor-2/+2
2019-07-18Self-referencial type renamed to recursive type.Giles Cope-2/+2
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-5/+5
2019-06-03Add ui/impl-trait/issues foldervarkor-0/+466