Guest User

Untitled

a guest
Aug 15th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #![feature(existential_type)]
  2.  
  3. existential type Foo: Fn() -> Foo;
  4.  
  5. fn foo() -> Foo {
  6. foo
  7. }
  8.  
  9. fn main() {
  10. }
Add Comment
Please, Sign In to add comment