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
Odin: dev-2024-12:6e1d02886
OS: Manjaro Linux, Linux 6.1.112-1-MANJARO
CPU: 12th Gen Intel(R) Core(TM) i7-1260P
RAM: 31806 MiB
Backend: LLVM 14.0.6
Expected Behavior
This code is wrong, because it should be clone_fn :: ... instead of clone_fn := , such that the $CLONE_FN: proc(_: T) -> T parameter can be baked correctly:
But the error message src/llvm_backend_general.cpp(2778): Assertion Failure: e->kind == Entity_Procedure is not helpful for the user. I assume this error should have been caught at an earlier stage of compilation.
The text was updated successfully, but these errors were encountered:
Context
Expected Behavior
This code is wrong, because it should be
clone_fn :: ...
instead ofclone_fn :=
, such that the$CLONE_FN: proc(_: T) -> T
parameter can be baked correctly:But the error message src/llvm_backend_general.cpp(2778): Assertion Failure:
e->kind == Entity_Procedure
is not helpful for the user. I assume this error should have been caught at an earlier stage of compilation.The text was updated successfully, but these errors were encountered: