Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/dep_graph/
Dmod.rs20 pub type TaskDepsRef<'a> = rustc_query_system::dep_graph::TaskDepsRef<'a, DepKind>; typedef
/third_party/rust/rust/compiler/rustc_query_system/src/dep_graph/
Dgraph.rs1342 pub enum TaskDepsRef<'a, K: DepKind> { enum