We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ae0b2 commit 9ae7b7dCopy full SHA for 9ae7b7d
crates/core_arch/src/lib.rs
@@ -31,7 +31,6 @@
31
f16c_target_feature,
32
allow_internal_unstable,
33
decl_macro,
34
- bench_black_box,
35
asm_const,
36
target_feature_11
37
)]
crates/stdarch-test/src/lib.rs
@@ -3,7 +3,6 @@
3
//! This basically just disassembles the current executable and then parses the
4
//! output once globally and then provides the `assert` function which makes
5
//! assertions about the disassembly of a function.
6
-#![feature(bench_black_box)] // For black_box
7
#![deny(rust_2018_idioms)]
8
#![allow(clippy::missing_docs_in_private_items, clippy::print_stdout)]
9
0 commit comments