Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_save_analysis/src/
H A Dspan_utils.rs8 pub struct SpanUtils<'a> { struct
12 impl<'a> SpanUtils<'a> { impl
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dsource_map.rs10 pub(crate) trait SpanUtils { interface