Files
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`](https://github.com/rust-lang/rust/blob/0a3b557d528dd7c8a88ceca6f7dc0699b89a3ef4/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-11 10:53:47 -06:00
2023-03-11 22:51:57 +01:00
2023-03-22 15:39:24 +01:00
2023-03-21 15:38:52 +00:00
2023-02-02 07:47:39 +01:00
2023-03-15 08:55:22 -04:00
2023-03-07 22:46:39 -08:00
2023-03-21 09:28:52 +11:00
2023-03-21 15:38:52 +00:00
2023-03-11 22:51:57 +01: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