about summary refs log tree commit diff
path: root/src/test/codegen-units
diff options
context:
space:
mode:
authorOliver Schneider <github35764891676564198441@oli-obk.de>2018-10-05 10:17:16 +0200
committerOliver Schneider <github35764891676564198441@oli-obk.de>2018-10-05 10:36:14 +0200
commitec74d3533a9b88505d56d0ae00a78acf2e702c92 (patch)
tree90aea3515066a7dcb1069739a194d9153e03073b /src/test/codegen-units
parentb8bea5a0a6aef3966008787a25949344f8cf6942 (diff)
downloadrust-ec74d3533a9b88505d56d0ae00a78acf2e702c92.tar.gz
rust-ec74d3533a9b88505d56d0ae00a78acf2e702c92.zip
Stabilize `min_const_fn`
Diffstat (limited to 'src/test/codegen-units')
-rw-r--r--src/test/codegen-units/item-collection/unreferenced-const-fn.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/codegen-units/item-collection/unreferenced-const-fn.rs b/src/test/codegen-units/item-collection/unreferenced-const-fn.rs
index 14624176436..c4a49fd4ec4 100644
--- a/src/test/codegen-units/item-collection/unreferenced-const-fn.rs
+++ b/src/test/codegen-units/item-collection/unreferenced-const-fn.rs
@@ -13,7 +13,6 @@
 
 // NB: We do not expect *any* monomorphization to be generated here.
 
-#![feature(min_const_fn)]
 #![deny(dead_code)]
 #![crate_type = "rlib"]