We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91734f1 commit 0c7de43Copy full SHA for 0c7de43
compiler/rustc_query_system/src/dep_graph/graph.rs
@@ -392,6 +392,7 @@ impl<K: DepKind> DepGraph<K> {
392
}
393
394
#[inline(always)]
395
+ #[cfg(debug_assertions)]
396
pub(crate) fn register_dep_node_debug_str<F>(&self, dep_node: DepNode<K>, debug_str_gen: F)
397
where
398
F: FnOnce() -> String,
0 commit comments