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,8 +10,6 @@
#![crate_type="lib"]
#![feature(min_const_fn)]
pub struct Foo;
impl Foo {