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 following example panics on eval or export, with
thread 'main' panicked at core/src/eval/cache/lazy.rs:246:33:
tried to get data from a revertible thunk without a cached value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Note that the Dyn is necessary: remove it and the crash goes away.
The following example panics on eval or export, with
Note that the
Dyn
is necessary: remove it and the crash goes away.The text was updated successfully, but these errors were encountered: