pub fn solve_trait<'tcx, S: UnderOwnerState<'tcx>>(
s: &S,
trait_ref: PolyTraitRef<'tcx>,
) -> ImplExprExpand description
This is the entrypoint of the solving.
pub fn solve_trait<'tcx, S: UnderOwnerState<'tcx>>(
s: &S,
trait_ref: PolyTraitRef<'tcx>,
) -> ImplExprThis is the entrypoint of the solving.