Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/semantics/
Dsource_to_def.rs113 pub(super) struct SourceToDefCtx<'a, 'b> { struct
118 impl SourceToDefCtx<'_, '_> { implementation