Guest User

Untitled

a guest
Sep 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #![feature(rust_2018_preview)]
  2. #![deny(rust_2018_compatibility)]
  3.  
  4. mod foo { pub fn bar() {} }
  5.  
  6. use foo::bar;
  7.  
  8. fn main() {}
Add Comment
Please, Sign In to add comment