parallel rustc: static mut refs not reproducible #140413
Labels
A-parallel-compiler
Area: parallel compiler
A-reproducibility
Area: Reproducible / deterministic builds
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: explanation
rustc static-mut-refs.rs -Zthreads=50 ; md5sum static-mut-refs
same md5sum throughout
Instead, this happened: explanation
different md5sums
Meta
rustc --version --verbose
:Hexyl diff:
Backtrace
The text was updated successfully, but these errors were encountered: