Rust Lang Sync Arc Deref IssuePlease clone with --recurse-submodulesTo Recreate the the experiment follow.rustup default 1.82 cargo build cargo runYou will see that it runs fine. Now to see the segfault.rustup default 1.83 cargo build cargo run