mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
f8b61d852c
Add tests for Atomic*::fetch_{min,max}
This ensures that all atomic operations except for fences are tested. This has been useful to test my work on using atomic instructions for atomic operations in cg_clif instead of a global lock.