pub fn find_enclosing_bodies( tcx: TyCtxt<'_>, sp: Span, ) -> impl Iterator<Item = BodyId>
Finds all the bodies that enclose the given span, from innermost to outermost