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
GenericArgs is missing as_closure, which is super useful as closures have a quirky encoding into generics that make it particularly annoying to manipulate.
Relatedly, having DefId::is_closure_like would be nice!
GenericArgsis missingas_closure, which is super useful as closures have a quirky encoding into generics that make it particularly annoying to manipulate.Relatedly, having
DefId::is_closure_likewould be nice!