fn skeleton_string<'tcx>(
ty: Ty<'tcx>,
sk: Result<SizeSkeleton<'tcx>, &'tcx LayoutError<'tcx>>,
) -> StringExpand description
Try to display a sensible error with as much information as possible.
fn skeleton_string<'tcx>(
ty: Ty<'tcx>,
sk: Result<SizeSkeleton<'tcx>, &'tcx LayoutError<'tcx>>,
) -> StringTry to display a sensible error with as much information as possible.