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

Fix compilation on the latest nightly. #27

Merged

Conversation

Sean1708
Copy link
Contributor

For reference:

$ rustc --version
rustc 1.5.0-nightly (cff041170 2015-09-17)

Fixes compilation errors caused by the removal of std::rt::heap.

Due to RFC 1214 this then spits out many warnings. Initially these were simple to fix (you just need to be more explicit with your trait bounds) but in order to fix all the warnings you need to implement Copy for Matrix which you obviously can't do since it implements Drop. For that reason I didn't fix any of the warnings, only the errors.

`std::rt::heap` has been moved to the crate `alloc::heap`.
shailesh1729 added a commit that referenced this pull request Sep 19, 2015
@shailesh1729 shailesh1729 merged commit 344cdbc into indigits:master Sep 19, 2015
@shailesh1729
Copy link
Contributor

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

Successfully merging this pull request may close these issues.

None yet

2 participants