granite-rust/compiler/rustc_trait_selection
bors b8f9cb345a Auto merge of #106696 - kylematsuda:early-binder, r=lcnr
Switch to `EarlyBinder` for `const_param_default` and `impl_trait_ref` queries

Part of the work to close #105779 and implement https://github.com/rust-lang/types-team/issues/78.

Several queries `X` have a `bound_X` variant that wraps the output in `EarlyBinder`. This PR adds `EarlyBinder` to the return type of  `const_param_default` and `impl_trait_ref`, and removes their `bound_X` variants.

r? `@lcnr`
2023-01-14 17:44:30 +00:00
..
src Auto merge of #106696 - kylematsuda:early-binder, r=lcnr 2023-01-14 17:44:30 +00:00
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00