Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. #![feature(type_alias_impl_trait)]
  2.  
  3. type X = impl Send;
  4.  
  5. pub fn abc() -> X {
  6. ()
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement