rust/compiler/rustc_trait_selection/src
Matthias Krüger 610bc68675
Rollup merge of #110299 - kylematsuda:earlybinder-impl-subject, r=compiler-errors
Switch to `EarlyBinder` for `impl_subject` query

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

Several queries `X` have a `bound_X` variant that wraps the output in `EarlyBinder`. This adds `EarlyBinder` to the return type of the `impl_subject` query and removes `bound_impl_subject`.

r? ```@lcnr```
2023-04-14 07:58:42 +02:00
..
solve Rollup merge of #110207 - compiler-errors:new-solver-unpin, r=lcnr 2023-04-14 07:58:40 +02:00
traits Rollup merge of #110299 - kylematsuda:earlybinder-impl-subject, r=compiler-errors 2023-04-14 07:58:42 +02:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
infer.rs remove some trait solver helpers 2023-03-21 09:57:20 +01:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00