Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_query_system/src/dep_graph/
Dserialized.rs228 record_graph: Option<Lock<DepGraphQuery<K>>>, field
238 let record_graph = record_graph.then(|| Lock::new(DepGraphQuery::new(prev_node_count))); in new() localVariable