1
Fork 0

RFC3239: Implement compact cfg(target(..))

This commit is contained in:
Loïc BRANSTETT 2022-04-22 16:34:56 +02:00 committed by Urgau
parent ae38533ed7
commit 8345571cd0
4 changed files with 24 additions and 0 deletions

View file

@ -427,6 +427,7 @@ symbols! {
cfg_panic,
cfg_sanitize,
cfg_target_abi,
cfg_target_compact,
cfg_target_feature,
cfg_target_has_atomic,
cfg_target_has_atomic_equal_alignment,
@ -1375,6 +1376,7 @@ symbols! {
sym,
sync,
t32,
target,
target_abi,
target_arch,
target_endian,