diff options
| author | Urgau <urgau@numericable.fr> | 2022-09-24 12:34:56 +0200 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2022-09-27 17:38:51 +0200 |
| commit | 9ad2f00f6a9ba359f35b270162a7ca6c412876eb (patch) | |
| tree | 560f8e990bf98340a38292c057639de311161e35 /compiler/rustc_codegen_cranelift/example/std_example.rs | |
| parent | 199fe1d169b5aeeca0e527ded26542b7a05ebd79 (diff) | |
| download | rust-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.rs | 2 |
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::*; |
