mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
63a90efe2f
`min_stack` does not provide any synchronization guarantees to its callers, and only requires atomicity for `MIN` itself, so relaxed memory ordering is sufficient.