Struct rustc_span::SpanLabel [−][src]
Expand description
A span together with some additional data.
Fields
span: Span
The span we are going to include in the final snippet.
is_primary: bool
Is this a primary span? This is the “locus” of the message,
and is indicated with a ^^^^
underline, versus ----
.
label: Option<String>
What label should we attach to this span (if any)?
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SpanLabel
impl UnwindSafe for SpanLabel
Blanket Implementations
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