We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13a5ec commit eee47b1Copy full SHA for eee47b1
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_transmute)]
7
#![feature(vec_leak)]
8
#![allow(clippy::missing_docs_in_private_items, clippy::print_stdout)]
9
0 commit comments