rust/compiler
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
..
2023-03-22 15:39:24 +01:00
2023-03-21 15:38:52 +00:00
2023-03-21 09:28:52 +11:00
2023-03-21 15:38:52 +00:00
2023-03-21 15:38:51 +00:00
2023-03-21 15:38:52 +00:00
2023-03-22 11:58:08 +01:00