Closed tolgap closed 10 years ago
I'm aware of the collection reform, and I'm currently working on a large refactor of this library. No ETA.
@japaric Now that the Collection
trait is gone, how are these functions supposed to be implemented? Just on the impl
of the struct itself?
See https://github.com/rust-lang/rust/pull/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.