Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir/src/
Ddef.rs784 pub type DocLinkResMap = FxHashMap<(Symbol, Namespace), Option<Res<NodeId>>>; typedef
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Ddecoder.rs1578 fn get_doc_link_resolutions(self, index: DefIndex) -> DocLinkResMap { in get_doc_link_resolutions()