Struct syntax::codemap::FileMapAndLineUnstable [-] [+] [src]

pub struct FileMapAndLine {
    pub fm: Rc<FileMap>,
    pub line: usize,
}

Fields

fm
line