We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c5ed0 commit d50c769Copy full SHA for d50c769
example/std_example.rs
@@ -8,9 +8,6 @@
8
unboxed_closures
9
)]
10
#![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)]
14
15
#[cfg(target_arch = "x86_64")]
16
use std::arch::x86_64::*;
0 commit comments