Skip to content

Commit 95bb635

Browse files
committed
Fix std_example on s390x
1 parent e82b533 commit 95bb635

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/std_example.rs

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
unboxed_closures
99
)]
1010
#![allow(internal_features)]
11+
// FIXME once abi_unsupported_vector_types is a hard error disable the foo test when the respective
12+
// target feature is not enabled.
13+
#![allow(abi_unsupported_vector_types)]
1114

1215
#[cfg(target_arch = "x86_64")]
1316
use std::arch::x86_64::*;

0 commit comments

Comments
 (0)