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
{code}
./target/debug/rogcat -
thread 'thread 'tokio-runtime-worker-0tokio-runtime-worker-1' panicked at '' panicked at 'attempted to leave type internal::Local uninitialized, which is invalidattempted to leave type internal::Local uninitialized, which is invalid', ', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/mem/mod.rs/rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/mem/mod.rs::663663::99
{code}
This is a problem with Crossbeam 0.7.1. Update to 0.7.2 will help.
It's discussed here: darakian/ddh#27
The text was updated successfully, but these errors were encountered:
Thanks for the report. Where in the dependency chain is crossbeam-epoch used? Maybe updating the crate that depends on it make more sense than just add a "unused" dependency #38
{code}
./target/debug/rogcat -
thread 'thread 'tokio-runtime-worker-0tokio-runtime-worker-1' panicked at '' panicked at 'attempted to leave type
internal::Local
uninitialized, which is invalidattempted to leave typeinternal::Local
uninitialized, which is invalid', ', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/mem/mod.rs/rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/mem/mod.rs::663663::99{code}
This is a problem with Crossbeam 0.7.1. Update to 0.7.2 will help.
It's discussed here: darakian/ddh#27
The text was updated successfully, but these errors were encountered: