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
StableMIR doesn't provide an easy to way to retrieve the body of a closure. Instance::resolve_closure will return a shim.
The other possibility would be to allow users to convert ClosureDef to FnDef, but we should make sure that doesn't break any usage of FnDef. @oli-obk, any preference here?
The text was updated successfully, but these errors were encountered:
StableMIR doesn't provide an easy to way to retrieve the body of a closure.
Instance::resolve_closure
will return a shim.The other possibility would be to allow users to convert
ClosureDef
toFnDef
, but we should make sure that doesn't break any usage ofFnDef
. @oli-obk, any preference here?The text was updated successfully, but these errors were encountered: