rust/compiler/rustc_trait_selection/src/solve
bors 6f8c0557e0 Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr
Replace `tcx.mk_trait_ref` with `TraitRef::new`

First step in implementing https://github.com/rust-lang/compiler-team/issues/616
r? `@lcnr`
2023-05-04 05:54:09 +00:00
..
assembly Make some region folders a little stricter. 2023-04-26 10:14:16 +10:00
eval_ctxt Split out make_ambiguous_response_no_constraints 2023-04-26 22:33:49 +00:00
search_graph Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
canonicalize.rs rename needs_infer to has_infer 2023-04-27 08:35:19 +01:00
eval_ctxt.rs Clear response values for overflow in new solver 2023-04-26 21:54:30 +00:00
fulfill.rs Report overflows gracefully with new solver 2023-04-10 16:36:30 +00:00
mod.rs Split out make_ambiguous_response_no_constraints 2023-04-26 22:33:49 +00:00
project_goals.rs Switch ty::TraitRef::from_lang_item from using TyCtxtAt to TyCtxt and a Span 2023-04-26 10:55:11 +00:00
trait_goals.rs Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr 2023-05-04 05:54:09 +00:00