You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
if <query_keys::$name<'tcx> asDepNodeParams<TyCtxt<'_>>>::can_reconstruct_query_key(){
218
-
debug_assert!(tcx.dep_graph
219
-
.node_color(dep_node)
220
-
.map(|c| c.is_green())
221
-
.unwrap_or(false));
222
-
223
-
let key = <query_keys::$name<'tcx> asDepNodeParams<TyCtxt<'_>>>::recover(tcx, dep_node).unwrap_or_else(|| panic!("Failed to recover key for {:?} with hash {}", dep_node, dep_node.hash));
0 commit comments