Advertisement
Guest User

Untitled

a guest
Mar 1st, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Compiling cc v1.0.30
  2. error[E0658]: use of unstable library feature 'option_filter' (see issue #45860)
  3. --> C:\Users\dom\.cargo\registry\src\github.com-1ecc6299db9ec823\cc-1.0.30\src\windows_registry.rs:266:18
  4. |
  5. 266 | .filter(|ref path| path.is_file());
  6. | ^^^^^^
  7.  
  8. error[E0599]: no method named `trim_start_matches` found for type `&str` in the current scope
  9. --> C:\Users\dom\.cargo\registry\src\github.com-1ecc6299db9ec823\cc-1.0.30\src\windows_registry.rs:640:33
  10. |
  11. 640 | .and_then(|s| s.trim_start_matches("v").replace(".", "").parse().ok());
  12. | ^^^^^^^^^^^^^^^^^^
  13. |
  14. = help: did you mean `trim_left_matches`?
  15.  
  16. error: aborting due to 2 previous errors
  17.  
  18. Some errors occurred: E0599, E0658.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement