about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/example/std_example.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-04-03 10:59:49 +0200
committerRalf Jung <post@ralfj.de>2025-04-20 11:34:56 +0200
commitb5f5f62a8b5890be2fde163ba3f2284f023126ad (patch)
tree147c4272aa6c1194f5e159a3132e1d278145aa0d /compiler/rustc_codegen_cranelift/example/std_example.rs
parent49e5e4e3a5610c240a717cb99003a5d5d3356679 (diff)
downloadrust-b5f5f62a8b5890be2fde163ba3f2284f023126ad.tar.gz
rust-b5f5f62a8b5890be2fde163ba3f2284f023126ad.zip
make abi_unsupported_vector_types a hard error
Diffstat (limited to 'compiler/rustc_codegen_cranelift/example/std_example.rs')
-rw-r--r--compiler/rustc_codegen_cranelift/example/std_example.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_codegen_cranelift/example/std_example.rs b/compiler/rustc_codegen_cranelift/example/std_example.rs
index ffdc6a7d484..2d9de2a5b8d 100644
--- a/compiler/rustc_codegen_cranelift/example/std_example.rs
+++ b/compiler/rustc_codegen_cranelift/example/std_example.rs
@@ -8,9 +8,6 @@
     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::*;