about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/issues
AgeCommit message (Expand)AuthorLines
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-4/+2
2022-03-30Restore `impl Future<Output = Type>` to async blocksMichael Goulet-1/+1
2022-03-28Add another regression testOli Scherer-0/+27
2022-03-28Add regression testsOli Scherer-0/+494
2022-03-28Remove opaque type obligation and just register opaque types as they are enco...Oli Scherer-9/+4
2022-03-28Revert to inference variable based hidden type computation for RPITOli Scherer-12/+20
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-56/+168
2022-03-27Update ui test outputGuillaume Gomez-0/+1
2022-03-22remove [async output] from impl FutureMichael Goulet-1/+1
2022-03-07diagnostics: only talk about `Cargo.toml` if running under CargoMichael Howell-1/+1
2022-03-03Cleanup feature gates.Camille GILLOT-3/+1
2022-02-17fix impl trait message, bless testsMichael Goulet-48/+24
2022-02-17Add more information to `impl Trait` deny errorMichael Goulet-24/+48
2022-02-12Update chalk testsMatthew Jasper-0/+1
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-135/+56
2022-02-11Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk"Oli Scherer-20/+8
2022-02-11Revert "Fix regression from lazy opaque types"Oli Scherer-17/+2
2022-02-09Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obkbors-8/+20
2022-02-08Improve opaque type higher-ranked region error message under NLLAaron Hill-8/+20
2022-02-08Fix regression from lazy opaque typesOli Scherer-2/+17
2022-02-02Prevent two opaque types in their defining scopes from being defined via the ...Oli Scherer-3/+59
2022-02-02Ensure we error in case of non-higher-kinded lifetimesOli Scherer-1/+48
2022-02-02Avoid an ICE in the presence of HKLOli Scherer-0/+15
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-61/+22
2021-12-15update testslcnr-1/+6
2021-11-26Perform Sync check on static items in wf-check instead of during const checksOli Scherer-2/+2
2021-11-23Fix printing unit return ty, don't elaborate FnOnce unless we see itMichael Goulet-1/+1
2021-11-23Update test outputsMichael Goulet-2/+2
2021-11-18Print output ty for opaque future tyMichael Goulet-2/+2
2021-11-08Add a note about feature(explicit_generic_args_with_impl_trait) to the releva...Jakub Kądziołka-0/+6
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