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
Currently for each extern fn we generate a rust ABI function containing function body and a C ABI trampoline to the rust function. However we do not mangle the rust ABI function sufficiently, therefore this code does not compile:
See #16403 (comment) and that issue in general.
Currently for each
extern fn
we generate a rust ABI function containing function body and aC
ABI trampoline to the rust function. However we do not mangle the rust ABI function sufficiently, therefore this code does not compile:The text was updated successfully, but these errors were encountered: