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
Just removing the static qualifier produces the expected result.
Not calling kill() function from non-static functions such as main() also helps, but of course then kill() is not translated to rust at all.
Ping-pong style recursion works as long as one of the functions in the cycle is not static, i.e. the following works.
The following is literally enough to trigger the error:
Just removing the static qualifier produces the expected result.
Not calling kill() function from non-static functions such as main() also helps, but of course then kill() is not translated to rust at all.
Ping-pong style recursion works as long as one of the functions in the cycle is not static, i.e. the following works.
The text was updated successfully, but these errors were encountered: