Struct rustc_errors::emitter::FileWithAnnotatedLines [−][src]
pub struct FileWithAnnotatedLines {
pub file: Lrc<SourceFile>,
pub lines: Vec<Line>,
multiline_depth: usize,
}
Fields
file: Lrc<SourceFile>
lines: Vec<Line>
multiline_depth: usize
Implementations
pub fn collect_annotations(
msp: &MultiSpan,
source_map: &Option<Lrc<SourceMap>>
) -> Vec<FileWithAnnotatedLines>
pub fn collect_annotations(
msp: &MultiSpan,
source_map: &Option<Lrc<SourceMap>>
) -> Vec<FileWithAnnotatedLines>
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
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 40 bytes