Stabilize min_const_fn

This commit is contained in:
Oliver Schneider 2018-10-05 10:17:16 +02:00
parent b8bea5a0a6
commit ec74d3533a
68 changed files with 143 additions and 223 deletions

View file

@ -10,7 +10,6 @@
// compile-pass
#![allow(dead_code)]
#![feature(min_const_fn)]
fn main() {}