Stabilize conservative_impl_trait
This commit is contained in:
parent
c393db67ba
commit
0f5b52e4a8
68 changed files with 62 additions and 240 deletions
|
@ -7,8 +7,6 @@
|
|||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
#![feature(conservative_impl_trait)]
|
||||
|
||||
use std::fmt::Debug;
|
||||
|
||||
fn fine(x: impl Into<u32>) -> impl Into<u32> { x }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue