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

@ -10,7 +10,7 @@
//~^^^^^^^^^^ ERROR cycle detected when computing layout of
#![feature(const_fn)]
#![feature(core_intrinsics)]
use std::intrinsics;