Home
last modified time | relevance | path

Searched defs:same_span (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/methods/
Dmap_unwrap_or.rs58 let same_span = map_arg.span.ctxt() == unwrap_arg.span.ctxt(); in check() localVariable
/third_party/rust/rust/compiler/rustc_errors/src/
Dsnippet.rs55 pub fn same_span(&self, other: &MultilineAnnotation) -> bool { in same_span() method