Use type_alias_impl_trait instead of min in compiler and lib
This commit is contained in:
parent
cfc856acf3
commit
5bff8429a0
314 changed files with 1192 additions and 2255 deletions
|
@ -6,7 +6,6 @@
|
|||
// revisions: min_tait full_tait
|
||||
#![feature(min_type_alias_impl_trait)]
|
||||
#![cfg_attr(full_tait, feature(type_alias_impl_trait))]
|
||||
//[full_tait]~^ WARN incomplete
|
||||
use std::future::Future;
|
||||
|
||||
pub struct Task<F: Future>(F);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue