Skip to content

Linked-list-allocator v0.6.6 causes Travis-CI to fail #9

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

Closed
gendx opened this issue Feb 4, 2020 · 0 comments · Fixed by #10
Closed

Linked-list-allocator v0.6.6 causes Travis-CI to fail #9

gendx opened this issue Feb 4, 2020 · 0 comments · Fixed by #10
Labels
bug Something isn't working

Comments

@gendx
Copy link
Collaborator

gendx commented Feb 4, 2020

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.

@gendx gendx closed this as completed in #10 Feb 5, 2020
@jmichelp jmichelp added the bug Something isn't working label Feb 6, 2020
krkhan added a commit to krkhan/OpenSK that referenced this issue Oct 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants