Function clippy_lints::utils::differing_macro_contexts [] [src]

pub fn differing_macro_contexts(lhs: Span, rhs: Span) -> bool

Returns true if the two spans come from differing expansions (i.e. one is from a macro and one isn't).