Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Add issue-65679 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored and Alexendoo committed Oct 22, 2019
1 parent 1e7f3e3 commit 37e091d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ices/65679.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#![feature(type_alias_impl_trait)]

type Fut = impl std::future::Future;

fn take(_: fn() -> Fut) {}

fn main() {
take(|| {});
take(|| {});
}

0 comments on commit 37e091d

Please sign in to comment.