Skip to content
New issue

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

Can't compile with nightly (2014-12-23) #42

Closed
heyman opened this issue Dec 23, 2014 · 3 comments
Closed

Can't compile with nightly (2014-12-23) #42

heyman opened this issue Dec 23, 2014 · 3 comments

Comments

@heyman
Copy link

heyman commented Dec 23, 2014

I'm gettings the following compile errors with the latest nightly rust build:

root@383d85ccadd5:/cargo-build/src# cargo build
   Compiling collect v0.0.6
/root/.cargo/registry/src/github.com-1ecc6299db9ec823/collect-0.0.6/src/trie/map.rs:26:18: 26:23 error: unresolved import `std::slice::Items`. There is no `Items` in `std::slice`
/root/.cargo/registry/src/github.com-1ecc6299db9ec823/collect-0.0.6/src/trie/map.rs:26 use std::slice::{Items, MutItems};
                                                                                                        ^~~~~
/root/.cargo/registry/src/github.com-1ecc6299db9ec823/collect-0.0.6/src/trie/map.rs:26:25: 26:33 error: unresolved import `std::slice::MutItems`. There is no `MutItems` in `std::slice`
/root/.cargo/registry/src/github.com-1ecc6299db9ec823/collect-0.0.6/src/trie/map.rs:26 use std::slice::{Items, MutItems};

Rust version:

root@383d85ccadd5:/cargo-build/src# rustc --version
rustc 0.13.0-nightly (62fb41c32 2014-12-23 02:41:48 +0000)
@apasel422
Copy link
Contributor

This is fixed by #39.

@cgaebel
Copy link
Collaborator

cgaebel commented Dec 23, 2014

Hey look, this was fixed by #39 ;)

@cgaebel cgaebel closed this as completed Dec 23, 2014
@heyman
Copy link
Author

heyman commented Dec 24, 2014

Yay, thanks :)

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

No branches or pull requests

3 participants