Struct syntax_pos::Loc [−][src]
A source code location used for error reporting
Fields
file: Lrc<FileMap>
Information about the original source
line: usize
The (1-based) line number
col: CharPos
The (0-based) column offset
col_display: usize
The (0-based) column offset when displayed