about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorOliver Scherer <github35764891676564198441@oli-obk.de>2018-11-06 17:43:32 +0100
committerOliver Scherer <github35764891676564198441@oli-obk.de>2018-12-04 10:17:37 +0100
commit37ef5e43af477d0cb04f70e9d868361b40cd7a08 (patch)
treee6806d934231136144af600ff497939fcfa608f3 /src/libcore
parent4497ff37627d860690613249a31cf3ee4c4195ef (diff)
downloadrust-37ef5e43af477d0cb04f70e9d868361b40cd7a08.tar.gz
rust-37ef5e43af477d0cb04f70e9d868361b40cd7a08.zip
Add tests for stable unsafe features in const fn
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index d070160609d..726e891df0c 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -93,7 +93,6 @@
 #![feature(never_type)]
 #![feature(nll)]
 #![feature(exhaustive_patterns)]
-#![cfg_attr(not(stage0), feature(min_const_unsafe_fn))]
 #![feature(no_core)]
 #![feature(on_unimplemented)]
 #![feature(optin_builtin_traits)]