mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
23f8dd19ff
Disable atomics on avr target. `max_atomic_width` was missing in the spec, which means it fell back to the pointer width of 16 bits. Fixes #76363.