Files
rust/compiler
Guillaume Gomez a9c125f864 Rollup merge of #125597 - compiler-errors:early-binder, r=jackh726
Uplift `EarlyBinder` into `rustc_type_ir`

We also need to give `EarlyBinder` a `'tcx` param, so that we can carry the `Interner` in the `EarlyBinder` too. This is necessary because otherwise we have an unconstrained `I: Interner` parameter in many of the `EarlyBinder`'s inherent impls.

I also generally think that this is desirable to have, in case we later want to track some state in the `EarlyBinder`.

r? lcnr
2024-05-27 13:10:36 +02:00
..
2024-05-23 06:03:17 +10:00
2024-05-17 18:33:37 -03:00
2024-04-18 15:36:25 +10:00
2024-05-21 17:00:45 -04:00
2024-05-21 20:12:30 -04:00