Add cfg(target_has_atomic_equal_alignment).
This is needed for Atomic::from_mut.
This commit is contained in:
parent
4eff9b0b29
commit
db74e1f1e3
3 changed files with 21 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue