Searched defs:same_span (Results 1 – 2 of 2) sorted by relevance
58 let same_span = map_arg.span.ctxt() == unwrap_arg.span.ctxt(); in check() localVariable
55 pub fn same_span(&self, other: &MultilineAnnotation) -> bool { in same_span() method