Module rustc_mir_transform::coverage::unexpand

source ยท

Functionsยง

  • Walks through the expansion ancestors of original_span to find a span that is contained in body_span and has the same [syntax context] as body_span.
  • Walks through the expansion ancestors of original_span to find a span that is contained in body_span and has the same [syntax context] as body_span.
  • Walks through the expansion ancestors of original_span to find a span that is contained in body_span and has the same syntax context as body_span. The ancestor that was traversed just before the matching span (if any) is also returned.