for some reason atomic_cas is unsupported/disabled on my machine,
i.e. any function with #[cfg(atomic_cas)] is disabled and i can't compile certain programs (bevy) because of it.
i should note that i'm using apple m1 which may be the issue
the issue seems to only be reproducible on my machine as others on m1 have successfully compiled the same applications
love these kind of issues