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
The reference 'tikout' (depending on the variable 'tikin') isn't alive at line 11, column 48 in '/.../main.carp'. at /.../main.carp:6:2.
Traceback:
(defn main [] (let [world (World (WorldState.Intro 13)) f (f...) at /.../main.carp:6:1.
This seems to be a regression as this line used to compile.
The text was updated successfully, but these errors were encountered:
Using a
match-ref
within a lambda can confuse the borrow checker.Example:
Outputs this error:
This seems to be a regression as this line used to compile.
The text was updated successfully, but these errors were encountered: