rust/compiler/rustc_infer/src
bors 1c771fec33 Auto merge of #108861 - b-naber:eager-nll-type-relating, r=lcnr
Make NLL Type Relating Eager

We previously instantiated bound regions in nll type relating lazily. Making this eager is more consistent with how we handle type relating in [`higher_ranked_sub`](0a3b557d52/compiler/rustc_infer/src/infer/higher_ranked/mod.rs (L28)) and should allow us to short circuit in case there's structural equality.
2023-03-23 01:26:59 +00:00
..
errors Migrate diagnostic 2023-03-03 05:02:34 +00:00
infer Auto merge of #108861 - b-naber:eager-nll-type-relating, r=lcnr 2023-03-23 01:26:59 +00:00
traits evaluate: improve and fix recursion depth handling 2023-03-21 09:57:22 +01:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00