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
encorec test.enc
test_src/Main.encore.c:264:5: error: void function '_enc__method__test_Main_test_async' should not return a value
[-Wreturn-type]
return _tuple_6;
^ ~~~~~~~~
1 error generated.
*** Compilation failed with exit code 1 ***
The text was updated successfully, but these errors were encountered:
It seems like forward cannot be used in a method that also uses
return
. This example compiles to C raising an error:Error message:
The text was updated successfully, but these errors were encountered: