Add cfg(target_has_atomic_equal_alignment).

This is needed for Atomic::from_mut.
This commit is contained in:
Mara Bos 2020-09-20 12:09:22 +02:00
parent 4eff9b0b29
commit db74e1f1e3
3 changed files with 21 additions and 4 deletions

View file

@ -1071,6 +1071,7 @@ symbols! {
target_feature,
target_feature_11,
target_has_atomic,
target_has_atomic_equal_alignment,
target_has_atomic_load_store,
target_os,
target_pointer_width,