rust/compiler/rustc_middle
Matthias Krüger 9f0b16b2bb
Rollup merge of #110498 - kylematsuda:earlybinder-rpitit-tys, r=compiler-errors
Switch to `EarlyBinder` for `collect_return_position_impl_trait_in_trait_tys`

Part of the work to finish https://github.com/rust-lang/rust/issues/105779.

This PR adds `EarlyBinder` to the return type of the `collect_return_position_impl_trait_in_trait_tys` query and removes `bound_return_position_impl_trait_in_trait_tys`.

r? `@lcnr`
2023-04-19 06:35:35 +02:00
..
src Rollup merge of #110498 - kylematsuda:earlybinder-rpitit-tys, r=compiler-errors 2023-04-19 06:35:35 +02:00
Cargo.toml Update indexmap and rayon crates 2023-03-25 02:12:13 +01:00
messages.ftl fix(middle): emit error rather than delay bug when reaching limit 2023-04-03 11:08:14 +08:00
README.md

For more information about how rustc works, see the rustc dev guide.