We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling cargo v0.7.0 (file:/// tmp/cargo-master) src/cargo/sources/ path.rs:155:17: 155:65 error: unresolved import libgit2_ sys::git_filemode_t::GIT_ FILEMODE_COMMIT. There is no GIT_FILEMODE_COMMIT in libgit2_sys::git_filemode_t [E0432] src/cargo/sources/path.rs:155 use libgit2_sys::git_filemode_ t::GIT_FILEMODE_COMMIT; ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
libgit2_ sys::git_filemode_t::GIT_ FILEMODE_COMMIT
GIT_FILEMODE_COMMIT
libgit2_sys::git_filemode_t
The text was updated successfully, but these errors were encountered:
Update dependencies
e0dff0f
Closes rust-lang#2152
Auto merge of #2154 - alexcrichton:update, r=alexcrichton
89fcd5d
Closes #2152
3f7e238
No branches or pull requests
Compiling cargo v0.7.0 (file:/// tmp/cargo-master) src/cargo/sources/ path.rs:155:17: 155:65 error: unresolved import
libgit2_ sys::git_filemode_t::GIT_ FILEMODE_COMMIT
. There is noGIT_FILEMODE_COMMIT
inlibgit2_sys::git_filemode_t
[E0432] src/cargo/sources/path.rs:155 use libgit2_sys::git_filemode_ t::GIT_FILEMODE_COMMIT; ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~The text was updated successfully, but these errors were encountered: