Skip to content

Commit 14eb919

Browse files
committed
Temporary fix for s390x compile failure (will be removed after during bootstrap bump)
1 parent 48994b1 commit 14eb919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ check-cfg = [
3333
'cfg(no_fp_fmt_parse)',
3434
'cfg(stdarch_intel_sde)',
3535
# #[cfg(bootstrap)]
36-
'cfg(target_feature, values("vector-enhancements-1"))',
36+
'cfg(target_feature, values("vector-enhancements-1", "vector-enhancements-2", "vector-packed-decimal"))',
3737
# core use #[path] imports to portable-simd `core_simd` crate
3838
# and to stdarch `core_arch` crate which messes-up with Cargo list
3939
# of declared features, we therefor expect any feature cfg

0 commit comments

Comments
 (0)