don't let const_fn feature flag affect impl-block-level trait bounds

This commit is contained in:
Ralf Jung 2021-04-25 18:42:53 +02:00
parent ada102456d
commit 9a852776f4
11 changed files with 9 additions and 21 deletions

View file

@ -2,7 +2,6 @@
#![allow(incomplete_features)]
#![feature(const_trait_impl)]
#![feature(const_fn)]
struct Int(i32);