We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test
1 parent ae9496c commit b1bc34cCopy full SHA for b1bc34c
library/core/Cargo.toml
@@ -31,6 +31,7 @@ check-cfg = [
31
'cfg(no_fp_fmt_parse)',
32
'cfg(stdarch_intel_sde)',
33
'cfg(target_arch, values("xtensa"))',
34
+ 'cfg(test)',
35
# core use #[path] imports to portable-simd `core_simd` crate
36
# and to stdarch `core_arch` crate which messes-up with Cargo list
37
# of declared features, we therefor expect any feature cfg
0 commit comments