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_gcc | |
| parent | 199fe1d169b5aeeca0e527ded26542b7a05ebd79 (diff) | |
| download | rust-9ad2f00f6a9ba359f35b270162a7ca6c412876eb.tar.gz rust-9ad2f00f6a9ba359f35b270162a7ca6c412876eb.zip | |
Stabilize bench_black_box
Diffstat (limited to 'compiler/rustc_codegen_gcc')
| -rw-r--r-- | compiler/rustc_codegen_gcc/tests/run/int.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/tests/run/int.rs b/compiler/rustc_codegen_gcc/tests/run/int.rs index 2b90e4ae8d8..75779622b54 100644 --- a/compiler/rustc_codegen_gcc/tests/run/int.rs +++ b/compiler/rustc_codegen_gcc/tests/run/int.rs @@ -3,7 +3,7 @@ // Run-time: // status: 0 -#![feature(bench_black_box, const_black_box, core_intrinsics, start)] +#![feature(const_black_box, core_intrinsics, start)] #![no_std] |
