We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc02d76 commit d3bb087Copy full SHA for d3bb087
library/core/Cargo.toml
@@ -43,6 +43,7 @@ check-cfg = [
43
'cfg(bootstrap)',
44
'cfg(no_fp_fmt_parse)',
45
'cfg(stdarch_intel_sde)',
46
+ 'cfg(target_arch, values("xtensa"))',
47
# core use #[path] imports to portable-simd `core_simd` crate
48
# and to stdarch `core_arch` crate which messes-up with Cargo list
49
# of declared features, we therefor expect any feature cfg
0 commit comments