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
thread 'scarb compile tmp-klgon66pi5siu' panicked at /Users/runner/.cargo/git/checkouts/cairo-f086c7e6d4098a68/dff35c0/crates/cairo-lang-semantic/src/expr/compute.rs:3267:34:
no entry found for key
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at scarb/src/ops/compile.rs:197:14:
Compiler thread has panicked.: Any { .. }
I was actually expecting this to NOT compile as I thought a non-copyable type would not implement FnMut.
The text was updated successfully, but these errors were encountered:
Bug Report
Cairo version:
Problem
scarb cairo-run
fails with:I was actually expecting this to NOT compile as I thought a non-copyable type would not implement FnMut.
The text was updated successfully, but these errors were encountered: