Rust Lang Sync Arc Deref Issue Please clone with --recurse-submodules To Recreate the the experiment follow. rustup default 1.82 cargo build cargo run You will see that it runs fine. Now to see the segfault. rustup default 1.83 cargo build cargo run