Struct rustc_ap_rustc_errors::emitter::FileWithAnnotatedLines [−][src]
pub struct FileWithAnnotatedLines { pub file: Lrc<SourceFile>, pub lines: Vec<Line>, // some fields omitted }
Fields
file: Lrc<SourceFile>
lines: Vec<Line>
Implementations
pub fn collect_annotations(
msp: &MultiSpan,
source_map: &Option<Lrc<SourceMap>>
) -> Vec<FileWithAnnotatedLines>
[src]
pub fn collect_annotations(
msp: &MultiSpan,
source_map: &Option<Lrc<SourceMap>>
) -> Vec<FileWithAnnotatedLines>
[src]Preprocess all the annotations so that they are grouped by file and by line number This helps us quickly iterate over the whole message (including secondary file spans)
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for FileWithAnnotatedLines
impl !Send for FileWithAnnotatedLines
impl !Sync for FileWithAnnotatedLines
impl Unpin for FileWithAnnotatedLines
impl !UnwindSafe for FileWithAnnotatedLines