Guest User

Untitled

a guest
Sep 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. mod inner {
  2. const _FOO: () = {
  3. mod some_mod {
  4. pub struct Bar;
  5. }
  6.  
  7. fn foo(_: some_mod::Bar) -> () {}
  8. };
  9. }
  10.  
  11. fn main() {
  12. println!("Hello, world!");
  13. }
Add Comment
Please, Sign In to add comment