Struct rustc_save_analysis::span_utils::SpanUtils
source · pub struct SpanUtils<'a> {
pub sess: &'a Session,
}
Fields
sess: &'a Session
Implementations
sourceimpl<'a> SpanUtils<'a>
impl<'a> SpanUtils<'a>
pub fn new(sess: &'a Session) -> SpanUtils<'a>
pub fn make_filename_string(&self, file: &SourceFile) -> String
pub fn snippet(&self, span: Span) -> String
sourcepub fn sub_span_of_star(&self, span: Span) -> Option<Span>
pub fn sub_span_of_star(&self, span: Span) -> Option<Span>
Finds the span of *
token withing the larger span
.
sourcepub fn filter_generated(&self, span: Span) -> bool
pub fn filter_generated(&self, span: Span) -> bool
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> !Send for SpanUtils<'a>
impl<'a> !Sync for SpanUtils<'a>
impl<'a> Unpin for SpanUtils<'a>
impl<'a> !UnwindSafe for SpanUtils<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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: 8 bytes