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-24 09:30:37 +0000
committerGitHub <noreply@github.com>2025-04-24 09:30:37 +0000
commit0ee8f32dcd42a5091579f11db87f86672971a1d1 (patch)
treef36826efd1385f1e55664a1ee5dc117782d537cc /compiler/rustc_codegen_cranelift/example/std_example.rs
parent288931b4b2594df74b36dd7f08851488e7e7547f (diff)
parentf2bbc1bf06ef905cf2f5ea9a54f5b3390f534b49 (diff)
downloadrust-0ee8f32dcd42a5091579f11db87f86672971a1d1.tar.gz
rust-0ee8f32dcd42a5091579f11db87f86672971a1d1.zip
Merge pull request #4290 from RalfJung/rustup
Rustup
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::*;