pub trait InferCtxtSelectExt<'tcx> {
// Required method
fn select_in_new_trait_solver(
&self,
obligation: &PolyTraitObligation<'tcx>
) -> SelectionResult<'tcx, Selection<'tcx>>;
}
pub trait InferCtxtSelectExt<'tcx> {
// Required method
fn select_in_new_trait_solver(
&self,
obligation: &PolyTraitObligation<'tcx>
) -> SelectionResult<'tcx, Selection<'tcx>>;
}