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
It's silly to output the closure header and use wide pointer just for a bare function with no captures. An extern fn is implicitly coerced to &'static fn so this shouldn't cause any backwards compatibility issues.