about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/example/std_example.rs
diff options
context:
space:
mode:
authorUrgau <urgau@numericable.fr>2022-09-24 12:34:56 +0200
committerUrgau <urgau@numericable.fr>2022-09-27 17:38:51 +0200
commit9ad2f00f6a9ba359f35b270162a7ca6c412876eb (patch)
tree560f8e990bf98340a38292c057639de311161e35 /compiler/rustc_codegen_cranelift/example/std_example.rs
parent199fe1d169b5aeeca0e527ded26542b7a05ebd79 (diff)
downloadrust-9ad2f00f6a9ba359f35b270162a7ca6c412876eb.tar.gz
rust-9ad2f00f6a9ba359f35b270162a7ca6c412876eb.zip
Stabilize bench_black_box
Diffstat (limited to 'compiler/rustc_codegen_cranelift/example/std_example.rs')
-rw-r--r--compiler/rustc_codegen_cranelift/example/std_example.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/example/std_example.rs b/compiler/rustc_codegen_cranelift/example/std_example.rs
index 0b5b6cd55d7..ad108c34992 100644
--- a/compiler/rustc_codegen_cranelift/example/std_example.rs
+++ b/compiler/rustc_codegen_cranelift/example/std_example.rs
@@ -1,4 +1,4 @@
-#![feature(core_intrinsics, generators, generator_trait, is_sorted, bench_black_box)]
+#![feature(core_intrinsics, generators, generator_trait, is_sorted)]
 
 #[cfg(target_arch = "x86_64")]
 use std::arch::x86_64::*;