Crate does not build on nightly
Closed this issue · 2 comments
00xc commented
The following currently fails:
$ cargo +nightly build
This is also causing a build failure for dependent crates (e.g. vm-virtio):
https://docs.rs/crate/virtio-queue/0.10.0/builds/961806
Which also prevents docs from being built:
https://docs.rs/crate/virtio-queue/0.10.0
roypat commented
Hi, please make sure that you are running the latest nightly to rule out #261 as the root cause here. If you still see it with todays nightly, please post the compilation error you are seeing.
Sorry, didnt see the links were to builds instead of just the crates. The error message is indeed #261, so this is fixed with tonights nightly
rbradford commented
Closing, thanks!