Skip to content

Commit

Permalink
Fix std_example on s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Nov 28, 2024
1 parent e82b533 commit 95bb635
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/std_example.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::*;
Expand Down

0 comments on commit 95bb635

Please sign in to comment.