Struct crate_compile_test::cargo_messages::DiagnosticSpan
[−]
[src]
pub struct DiagnosticSpan {
pub file_name: String,
pub line_start: usize,
pub is_primary: bool,
}Fields
file_name: String
line_start: usize
is_primary: bool
Trait Implementations
impl Debug for DiagnosticSpan[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more