Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dtypeck_results.rs57 node_substs: ItemLocalMap<SubstsRef<'tcx>>, field
392 pub fn node_substs(&self, id: hir::HirId) -> SubstsRef<'tcx> { in node_substs() method