rust/compiler/rustc_trait_selection/src/solve
bors a9842c73bc Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,compiler-errors
Clarify iterator interners

I found the iterator interners very confusing. This PR clarifies things.

r? `@compiler-errors`
2023-02-18 00:20:52 +00:00
..
search_graph Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr 2023-02-14 21:07:04 +00:00
trait_goals Replace mk_foo calls with infer_foo where possible. 2023-02-17 22:24:31 +11:00
assembly.rs Multiple candidates with same response is not ambiguous 2023-02-10 00:35:25 +00:00
fulfill.rs add AliasEq to PredicateKind 2023-02-10 13:44:46 +00:00
infcx_ext.rs Replacing bound vars is actually instantiating a binder 2023-02-07 23:13:54 +00:00
mod.rs add predicate evaluation logic 2023-02-17 09:32:39 +00:00
project_goals.rs remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata 2023-02-16 17:05:56 -07:00
trait_goals.rs Remove the InternIteratorElement impl for &'a T. 2023-02-17 22:24:34 +11:00