Guest User

Untitled

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