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
The ty::maps::plumbing::force_from_dep_node() procedure (introduced in #44901) is manually implemented right now. This is unfortunate, since it contains an exhaustive match over all DepKinds and the implementation could be done almost mechanically. We should try to move the implementation into define_maps! or define_dep_nodes!.