Guest User

Untitled

a guest
Jun 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. struct Foo {}
  2.  
  3. impl Foo {
  4. fn bar(&self) -> bool { false }
  5. }
  6.  
  7. fn main(){
  8. if (Foo {}.bar()) { }
  9. }
Add Comment
Please, Sign In to add comment