Skip to content

Instantly share code, notes, and snippets.

@bmcorser
Created June 8, 2015 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmcorser/a973e8282a2ea5cdd739 to your computer and use it in GitHub Desktop.
Save bmcorser/a973e8282a2ea5cdd739 to your computer and use it in GitHub Desktop.
running: cargo build
Compiling git-tags-rs v0.1.0 (file:///Users/ben/work/git-tags-rs)
src/tag/release.rs:101:29: 101:39 error: unable to infer enough type information about `_`; type annotations or generic parameter binding required [E0282]
src/tag/release.rs:101 Err(err) => Result::Ok(()),
^~~~~~~~~~
note: in expansion of for loop expansion
src/tag/release.rs:98:9: 103:10 note: expansion site
src/tag/release.rs:101:29: 101:39 help: run `rustc --explain E0282` to see a detailed explanation
error: aborting due to previous error
Could not compile `git-tags-rs`.
To learn more, run the command again with --verbose.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment