Function clippy::utils::differing_macro_contexts
[−]
[src]
pub fn differing_macro_contexts(sp1: Span, sp2: Span) -> bool
Returns true if the two spans come from differing expansions (i.e. one is from a macro and one isn't).