Fix std_example on s390x
This commit is contained in:
parent
e82b533efd
commit
95bb635853
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
unboxed_closures
|
||||
)]
|
||||
#![allow(internal_features)]
|
||||
// FIXME once abi_unsupported_vector_types is a hard error disable the foo test when the respective
|
||||
// target feature is not enabled.
|
||||
#![allow(abi_unsupported_vector_types)]
|
||||
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
use std::arch::x86_64::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue