mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 12:25:31 +00:00
`min_stack` does not provide any synchronization guarantees to its callers, and only requires atomicity for `MIN` itself, so relaxed memory ordering is sufficient.