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

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