Docs.rs: Weird build failure from cargo in microkelvin 0.4.0

Created on 27 Oct 2020  路  5Comments  路  Source: rust-lang/docs.rs

Crate name: microkelvin
Build failure link: https://docs.rs/crate/microkelvin/0.4.0/builds/309422

Additional details:
Not my crate, but I noticed this randomly. It is cargo that is emitting the error here, it seems to think it needs to re-extract const-arrayvec even though it's already extracted.

A-builds

All 5 comments

This is a cargo bug, right? Shouldn't it be reported upstream? I don't think it should ever touch registry/src once it's been populated the first time.

I think so, I'm gonna take a closer look later and probably open an upstream issue, but just in case it's something we're doing wrong.

This was just fixed on the cargo side, once there's a new version of cargo in a nightly we could retry microkelvin and see if it builds now.

I rebuilt it; it gave a compile error but nothing from cargo.

https://docs.rs/crate/microkelvin/0.4.0/builds/317833

Was this page helpful?
0 / 5 - 0 ratings