Skip to content

Commit

Permalink
Add 86719
Browse files Browse the repository at this point in the history
  • Loading branch information
fanninpm committed Jul 4, 2021
1 parent fe569c4 commit ba896d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ices/86719.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
trait Bar {
type E;
}
impl<S> Bar for S {
type E = impl ;
fn foo() -> Self::E {
|_| true
}
}

0 comments on commit ba896d9

Please sign in to comment.