We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The release of version v0.6.6 earlier today (rust-osdev/linked-list-allocator#20) causes Travis-CI build to fail: https://travis-ci.org/google/OpenSK/builds/645900468
Checking linked_list_allocator v0.6.6 error[E0432]: unresolved import `alloc::alloc::AllocRef` --> /home/travis/.cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.6.6/src/lib.rs:14:20 | 14 | use alloc::alloc::{AllocRef, AllocErr, Layout}; | ^^^^^^^^ no `AllocRef` in `alloc` error: aborting due to previous error
See also rust-osdev/linked-list-allocator#21.
This will likely be fixed by increasing the rust-toolchain version.
rust-toolchain
The text was updated successfully, but these errors were encountered:
Update patch google#9 for NFC support
76392d4
Successfully merging a pull request may close this issue.
The release of version v0.6.6 earlier today (rust-osdev/linked-list-allocator#20) causes Travis-CI build to fail: https://travis-ci.org/google/OpenSK/builds/645900468
See also rust-osdev/linked-list-allocator#21.
This will likely be fixed by increasing the
rust-toolchain
version.The text was updated successfully, but these errors were encountered: