pub fn solve_copy<'tcx, S: UnderOwnerState<'tcx>>(
s: &S,
ty: Ty<'tcx>,
) -> Option<TraitProof>Expand description
Solve the T: Copy predicate.
pub fn solve_copy<'tcx, S: UnderOwnerState<'tcx>>(
s: &S,
ty: Ty<'tcx>,
) -> Option<TraitProof>Solve the T: Copy predicate.