1
Fork 0

Use type_alias_impl_trait instead of min in compiler and lib

This commit is contained in:
Santiago Pastorino 2021-07-27 09:14:21 -03:00
parent cfc856acf3
commit 5bff8429a0
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF
314 changed files with 1192 additions and 2255 deletions

View file

@ -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);