don't let const_fn feature flag affect impl-block-level trait bounds
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
#![allow(incomplete_features)]
|
||||
#![feature(const_trait_impl)]
|
||||
#![feature(const_fn)]
|
||||
|
||||
struct Int(i32);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user