rust/compiler/rustc_trait_selection/src
bors 8be3ce9056 Auto merge of #102334 - compiler-errors:rpitit-substs-issue, r=cjgillot
Fix subst issues with return-position `impl Trait` in trait

1. Fix an issue where we were rebase impl substs onto trait method substs, instead of trait substs
2. Fix an issue where early-bound regions aren't being mapped correctly for RPITIT hidden types

Fixes #102301
Fixes #102310
Fixes #102334
Fixes #102918
2022-10-16 10:10:44 +00:00
..
traits Auto merge of #102334 - compiler-errors:rpitit-substs-issue, r=cjgillot 2022-10-16 10:10:44 +00:00
autoderef.rs Remove TypeckResults from InferCtxt 2022-10-07 07:06:19 -05:00
errors.rs rename Unevaluated to UnevaluatedConst 2022-09-23 14:27:34 +02:00
infer.rs Change InferCtxtBuilder from enter to build 2022-10-07 07:10:40 -05:00
lib.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00