Struct rustc_save_analysis::span_utils::SpanUtils [−][src]
pub struct SpanUtils<'a> {
pub sess: &'a Session,
}
Fields
sess: &'a Session
Implementations
Finds the span of *
token withing the larger span
.
Return true if the span is generated code, and it is not a subspan of the root callsite.
Used to filter out spans of minimal value, such as references to macro internal variables.
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for SpanUtils<'a>
impl<'a> !UnwindSafe for SpanUtils<'a>
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: 8 bytes