Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. src/
  2. geometry/
  3. mod.rs
  4. foo.rs
  5.  
  6. use crate::foo;
  7.  
  8. use crate::foo;
  9. ^^^^^^^^^^ no `foo` in the root
  10.  
  11. use crate::bar::foo;
  12. ^^^ maybe a missing `extern crate bar;`?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement