Skip to content

Commit d3bb087

Browse files
committed
add xtensa arch to check-cfg list in core lib
1 parent dc02d76 commit d3bb087

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ check-cfg = [
4343
'cfg(bootstrap)',
4444
'cfg(no_fp_fmt_parse)',
4545
'cfg(stdarch_intel_sde)',
46+
'cfg(target_arch, values("xtensa"))',
4647
# core use #[path] imports to portable-simd `core_simd` crate
4748
# and to stdarch `core_arch` crate which messes-up with Cargo list
4849
# of declared features, we therefor expect any feature cfg

0 commit comments

Comments
 (0)