Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 283 Bytes

File metadata and controls

17 lines (15 loc) · 283 Bytes

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