about summary refs log tree commit diff
path: root/library/stdarch/crates/stdarch-test
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2019-10-06 15:51:07 +0900
committergnzlbg <gnzlbg@users.noreply.github.com>2019-10-10 12:41:08 +0200
commit204c6486332d490d8035461de3fb16300e3577dd (patch)
tree2a04a750b98f631159158de1e4d8a788432abf72 /library/stdarch/crates/stdarch-test
parentd7f3c0bbb3adc4df733a2c149550cea406510465 (diff)
downloadrust-204c6486332d490d8035461de3fb16300e3577dd.tar.gz
rust-204c6486332d490d8035461de3fb16300e3577dd.zip
Remove const_str_as_bytes feature gate
Diffstat (limited to 'library/stdarch/crates/stdarch-test')
-rw-r--r--library/stdarch/crates/stdarch-test/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/stdarch/crates/stdarch-test/src/lib.rs b/library/stdarch/crates/stdarch-test/src/lib.rs
index 75843048e75..a0bc0f77302 100644
--- a/library/stdarch/crates/stdarch-test/src/lib.rs
+++ b/library/stdarch/crates/stdarch-test/src/lib.rs
@@ -3,7 +3,6 @@
 //! This basically just disassembles the current executable and then parses the
 //! output once globally and then provides the `assert` function which makes
 //! assertions about the disassembly of a function.
-#![feature(const_str_as_bytes)]
 #![feature(const_transmute)]
 #![feature(vec_leak)]
 #![allow(clippy::missing_docs_in_private_items, clippy::print_stdout)]