rust/compiler/rustc_smir/src
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
..
rustc_internal Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
rustc_smir Rollup merge of #125597 - compiler-errors:early-binder, r=jackh726 2024-05-27 13:10:36 +02:00
lib.rs Bump cfg(bootstrap)s 2023-11-15 19:41:28 -05:00