about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/example/std_example.rs
diff options
context:
space:
mode:
authorThe rustc-dev-guide Cronjob Bot <github-actions@github.com>2025-04-24 04:02:56 +0000
committerThe rustc-dev-guide Cronjob Bot <github-actions@github.com>2025-04-24 04:02:56 +0000
commit1b315ad92df192895fb2d1f0532270c54f6f8436 (patch)
tree7c9e694eeb2d4c38fafd09255fc843f29dd31ee5 /compiler/rustc_codegen_cranelift/example/std_example.rs
parent745500fbc5a18528fc3c33309d1d94f73145e1fa (diff)
parent7ac2d1f1bdb2348b13eb4f5fb9c7d620e316034f (diff)
downloadrust-1b315ad92df192895fb2d1f0532270c54f6f8436.tar.gz
rust-1b315ad92df192895fb2d1f0532270c54f6f8436.zip
Merge from rustc
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::*;