rustc_middle::ty::closure

Function child_prefix_matches_parent_projections

Source
fn child_prefix_matches_parent_projections(
    parent_capture: &CapturedPlace<'_>,
    child_capture: &CapturedPlace<'_>,
) -> bool