Function rustc_utils::source_map::find_bodies::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