Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/
Dcontext.rs388 pub(super) depth_from_crate_root: usize, field
655 let depth_from_crate_root = iter::successors(module.parent(db), |m| m.parent(db)).count(); localVariable