Function rustc_interface::callbacks::dep_node_debug
source · pub fn dep_node_debug(node: DepNode, f: &mut Formatter<'_>) -> Result
Expand description
This is a callback from rustc_query_system
as it cannot access the implicit state
in rustc_middle
otherwise.