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

Fails to build on rustc 1.26.0-nightly (0ff9872b2 2018-02-28) #103

Closed
dtolnay opened this issue Mar 1, 2018 · 1 comment
Closed

Fails to build on rustc 1.26.0-nightly (0ff9872b2 2018-02-28) #103

dtolnay opened this issue Mar 1, 2018 · 1 comment

Comments

@dtolnay
Copy link
Contributor

dtolnay commented Mar 1, 2018

error[E0599]: no method named `rotate` found for type `&mut std::boxed::Box<[u8]>` in the current scope
    --> src/runtest.rs:2614:30
     |
2614 |                         tail.rotate(data.len());
     |                              ^^^^^^

I believe this was fixed in #102 but has not been released yet.

@laumann
Copy link
Collaborator

laumann commented Mar 1, 2018

0.3.7 is out

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

2 participants