rustc_utils::source_map::find_bodies

Function find_enclosing_bodies

Source
pub fn find_enclosing_bodies(
    tcx: TyCtxt<'_>,
    sp: Span,
) -> impl Iterator<Item = BodyId>
Expand description

Finds all the bodies that enclose the given span, from innermost to outermost