We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a7e00 commit 1d1ab19Copy full SHA for 1d1ab19
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(const_str_as_bytes)]
7
#![feature(const_transmute)]
8
#![feature(vec_leak)]
9
#![allow(clippy::missing_docs_in_private_items, clippy::print_stdout)]
0 commit comments