Skip to content

Commit d50c769

Browse files
committed
make abi_unsupported_vector_types a hard error
1 parent 59c5ed0 commit d50c769

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

example/std_example.rs

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
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)]
1411

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

0 commit comments

Comments
 (0)