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
With godot_wrap_method being safe, the generated code to
call an exported fn was not wrapped in unsafe anymore. This
makes exported `unsafe fn` fail to compile.
This commit reintroduces the unsafe scope only when calling
the method.
0 commit comments