Struct rustc_errors::emitter::FileWithAnnotatedLines
source · 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§
source§impl FileWithAnnotatedLines
impl FileWithAnnotatedLines
sourcepub fn collect_annotations(
emitter: &dyn Emitter,
args: &FluentArgs<'_>,
msp: &MultiSpan
) -> Vec<FileWithAnnotatedLines>
pub fn collect_annotations( emitter: &dyn Emitter, args: &FluentArgs<'_>, msp: &MultiSpan ) -> 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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