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
plcstpierre@lotus ~/projects/rust % rustc --version (master) rustc 0.12.0-dev (1f3cda8bd 2014-09-29 17:18:07 +0000)
Could not compile git2.
git2
--- stderr /home/plcstpierre/.cargo/git/checkouts/git2-rs-cf258e7bcbaee34d/master/src/branch.rs:44:12: 44:16 error: expected identifier, found keyword move /home/plcstpierre/.cargo/git/checkouts/git2-rs-cf258e7bcbaee34d/master/src/branch.rs:44 pub fn move(&mut self, new_branch_name: &str, force: bool, ^~~~ error: aborting due to previous error
move
The text was updated successfully, but these errors were encountered:
I think move is has become a keyword :(.
If I rename move for move2 it compiles.
Sorry, something went wrong.
545b7d2
Thanks for reporting!
auto merge of #650 : plcstpierre/cargo/master, r=alexcrichton
9b4858a
At least fixing https://github.com/alexcrichton/git2-rs/issues/10
No branches or pull requests
plcstpierre@lotus ~/projects/rust % rustc --version (master)
rustc 0.12.0-dev (1f3cda8bd 2014-09-29 17:18:07 +0000)
Could not compile
git2
.--- stderr
/home/plcstpierre/.cargo/git/checkouts/git2-rs-cf258e7bcbaee34d/master/src/branch.rs:44:12: 44:16 error: expected identifier, found keyword
move
/home/plcstpierre/.cargo/git/checkouts/git2-rs-cf258e7bcbaee34d/master/src/branch.rs:44 pub fn move(&mut self, new_branch_name: &str, force: bool,
^~~~
error: aborting due to previous error
The text was updated successfully, but these errors were encountered: