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

Volatile doesn't build on the latest nightly #20

Closed
KernelFreeze opened this issue Mar 4, 2021 · 0 comments · Fixed by #21
Closed

Volatile doesn't build on the latest nightly #20

KernelFreeze opened this issue Mar 4, 2021 · 0 comments · Fixed by #21

Comments

@KernelFreeze
Copy link
Contributor

error[E0599]: no method named `assert_len` found for type parameter `impl RangeBounds<usize>` in the current scope
   --> /home/kernel/.cargo/registry/src/github.com-1ecc6299db9ec823/volatile-0.4.3/src/lib.rs:627:17
    |
627 |         } = src.assert_len(self.reference.len());
    |                 ^^^^^^^^^^ method not found in `impl RangeBounds<usize>`

error: aborting due to previous error
$ rustc --version
rustc 1.52.0-nightly (476acbf1e 2021-03-03)
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 a pull request may close this issue.

1 participant