Struct crate_compile_test::cargo_messages::DiagnosticSpan [] [src]

pub struct DiagnosticSpan {
    pub file_name: String,
    pub line_start: usize,
    pub is_primary: bool,
}

Fields

Trait Implementations

impl Debug for DiagnosticSpan
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for DiagnosticSpan
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations