Restrict most uses of const_fn to min_const_fn

This commit is contained in:
Oliver Schneider
2018-08-29 13:20:43 +02:00
parent 7b3d930ca6
commit d125e904b5
41 changed files with 43 additions and 42 deletions

View File

@@ -88,7 +88,8 @@
#![feature(box_syntax)]
#![feature(cfg_target_has_atomic)]
#![feature(coerce_unsized)]
#![feature(const_fn)]
#![cfg_attr(stage0, feature(const_fn))]
#![cfg_attr(not(stage0), feature(min_const_fn))]
#![feature(core_intrinsics)]
#![feature(custom_attribute)]
#![feature(dropck_eyepatch)]