Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dtypeck_results.rs573 pub struct LocalTableInContext<'a, V> { struct
578 impl<'a, V> LocalTableInContext<'a, V> { argument
601 impl<'a, V> ::std::ops::Index<hir::HirId> for LocalTableInContext<'a, V> { implementation