Function syntex_syntax::codemap::original_sp
[−]
[src]
pub fn original_sp(cm: &CodeMap, sp: Span, enclosing_sp: Span) -> Span
Return the span itself if it doesn't come from a macro expansion,
otherwise return the call site span up to the enclosing_sp
by
following the expn_info
chain.