Created
June 8, 2015 07:37
-
-
Save bmcorser/a973e8282a2ea5cdd739 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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