parallel rustc: async closures not reproducible #140425
Labels
A-async-closures
`async || {}`
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:
`rustc async_closure_shims.rs -Zthreads=16 --edition=2021; md5sum async_closure_shims
I expected to see this happen: explanation
same md5 every time
Instead, this happened: explanation
different md5 from time to time
Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: