Struct syntex_syntax::codemap::Loc
[−]
[src]
pub struct Loc {
pub file: Rc<FileMap>,
pub line: usize,
pub col: CharPos,
}A source code location used for error reporting
Fields
file | Information about the original source |
line | The (1-based) line number |
col | The (0-based) column offset |