fn make_code_region(
    source_map: &SourceMap,
    file_name: Symbol,
    span: Span,
    body_span: Span
) -> CodeRegion
Expand description

Convert the Span into its file name, start line and column, and end line and column