Hacker News new | ask | show | jobs
by johnklos 2537 days ago
Oooh! Maybe this version can be compiled deterministically!
2 comments

Is there something specific you’re thinking of here? We do generally try to keep things reproducible, though sometimes things slip in. There’s a tracking issue for this, IIRC.
This has been possible at times in past versions of Rust, though I don't think there's currently any automatic regression test to ensure it so the ability comes and goes. Here's the tracking issue: https://github.com/rust-lang/rust/issues/34902