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

Can't compile on newest Rust nightly because Collection traits have been removed #8

Closed
tolgap opened this issue Nov 7, 2014 · 2 comments · Fixed by #9
Closed

Can't compile on newest Rust nightly because Collection traits have been removed #8

tolgap opened this issue Nov 7, 2014 · 2 comments · Fixed by #9

Comments

@tolgap
Copy link

tolgap commented Nov 7, 2014

See rust-lang/rust#18474 for the pull request. This has landed 6 days ago. When I try to build linalg.rs on the newest Rust nightly, it can't find the Collection trait.

All affected structs can be found here. These implementations have to be rewritten.

@japaric
Copy link
Contributor

japaric commented Nov 7, 2014

I'm aware of the collection reform, and I'm currently working on a large refactor of this library. No ETA.

@tolgap
Copy link
Author

tolgap commented Nov 7, 2014

@japaric Now that the Collection trait is gone, how are these functions supposed to be implemented? Just on the impl of the struct itself?

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 a pull request may close this issue.

2 participants