Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. borris2811@DESKTOP-QT3KORK:~/crowbar.rs$ cargo install --path . --force
  2. Installing crowbar-rs v0.1.0 (/home/borris2811/crowbar.rs)
  3. Compiling crowbar-rs v0.1.0 (/home/borris2811/crowbar.rs)
  4. error[E0614]: type `usize` cannot be dereferenced
  5. --> src/main.rs:674:39
  6. |
  7. 674 | texture: textures.get(*t).map(|t| t.clone()).unwrap_or(String::new()),
  8. | ^^
  9.  
  10. error[E0614]: type `usize` cannot be dereferenced
  11. --> src/main.rs:675:41
  12. |
  13. 675 | material: materials.get(*m).map(|t| t.clone()).unwrap_or(String::new())
  14. | ^^
  15.  
  16. error: aborting due to 2 previous errors
  17.  
  18. For more information about this error, try `rustc --explain E0614`.
  19. error: failed to compile `crowbar-rs v0.1.0 (/home/borris2811/crowbar.rs)`, intermediate artifacts can be found at `/home/borris2811/crowbar.rs/target`
  20.  
  21. Caused by:
  22. Could not compile `crowbar-rs`.
  23.  
  24. To learn more, run the command again with --verbose.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement