Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

rustup #5

Merged
merged 1 commit into from
Feb 24, 2015
Merged

rustup #5

merged 1 commit into from
Feb 24, 2015

Conversation

globin
Copy link
Contributor

@globin globin commented Feb 23, 2015

No description provided.

@maxsnew
Copy link
Owner

maxsnew commented Feb 23, 2015

I'm getting the same error on my local machine as on Travis:

note: write `[..]` instead
note: write `[..]` instead
note: write `[..]` instead
note: write `[..]` instead
note: write `[..]` instead
note: write `[..]` instead
note: write `[..]` instead
note: write `[..]` instead
note: write `[..]` instead
note: write `[..]` instead
note: write `[..]` instead
note: write `[..]` instead
note: write `[..]` instead
note: write `[..]` instead
note: write `[..]` instead
note: write `[..]` instead
/home/max/.cargo/git/checkouts/cargo-2f7f63790bcc5cbc/master/src/cargo/util/graph.rs:4:49: 4:55 error: unresolved import `std::collections::hash_map::Hasher`. There is no `Hasher` in `std::collections::hash_map`
/home/max/.cargo/git/checkouts/cargo-2f7f63790bcc5cbc/master/src/cargo/util/graph.rs:4 use std::collections::hash_map::{HashMap, Keys, Hasher};
                                                                                                                                       ^~~~~~
/home/max/.cargo/git/checkouts/cargo-2f7f63790bcc5cbc/master/src/cargo/util/dependency_queue.rs:8:43: 8:49 error: unresolved import `std::collections::hash_map::Hasher`. There is no `Hasher` in `std::collections::hash_map`
/home/max/.cargo/git/checkouts/cargo-2f7f63790bcc5cbc/master/src/cargo/util/dependency_queue.rs:8 use std::collections::hash_map::{HashMap, Hasher};
                                                                                                                                            ^~~~~~
error: aborting due to 2 previous errors
Could not compile `cargo`.

To learn more, run the command again with --verbose.

with

rustc 1.0.0-nightly (2b01a37ec 2015-02-21) (built 2015-02-22)

which I got from a fresh rustup.

Is it compiling for you? If so, what version of rustc are you using?

@maxsnew maxsnew mentioned this pull request Feb 23, 2015
@globin
Copy link
Contributor Author

globin commented Feb 24, 2015

Yeah I have an updated version of cargo fixed for rust master (rust-lang/cargo#1336)

@maxsnew maxsnew merged commit bf0fca2 into maxsnew:master Feb 24, 2015
@maxsnew
Copy link
Owner

maxsnew commented Feb 24, 2015

I made the Cargo.toml point at the branch with your patched cargo on it. I'd appreciate it if you sent a pr here before you delete that branch.

@maxsnew
Copy link
Owner

maxsnew commented Feb 24, 2015

Nvm I saw that it was merged. I've gone back to cargo HEAD. Thanks for the help!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants