1
Fork 0

Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwco

Stabilize cfg_target_has_atomic

`target_has_atomic_equal_alignment` is now tracked separately in #93822.

Closes #32976
This commit is contained in:
Matthias Krüger 2022-02-10 12:10:00 +01:00 committed by GitHub
commit aa2095936a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 84 additions and 402 deletions

View file

@ -421,6 +421,7 @@ symbols! {
cfg_target_abi,
cfg_target_feature,
cfg_target_has_atomic,
cfg_target_has_atomic_equal_alignment,
cfg_target_thread_local,
cfg_target_vendor,
cfg_version,