You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msp430-none-elf doesn't have a standard library provided by nightly. It must be built as part of the application for now. I figured these fields would be enough, but if there's no way to prevent docs.rs from trying to download the standard lib, then I can no longer build documentation for msp430-rt. The current metadata fields don't seem to have a way to tell rustup "don't download std".
Some msp430 crates work around needing to compile docs for the msp430 target by just compiling for the defaults anyway, but due to at least abi_msp430_interrupt, this approach doesn't work here (and I don't think it'll work once target-specific calling conventions are stabilized either).
The text was updated successfully, but these errors were encountered:
Crate name
msp430-rt
Build failure link
https://docs.rs/crate/msp430-rt/0.3.1/builds/512492
Additional details
msp430-none-elf
doesn't have a standard library provided bynightly
. It must be built as part of the application for now. I figured these fields would be enough, but if there's no way to preventdocs.rs
from trying to download the standard lib, then I can no longer build documentation formsp430-rt
. The current metadata fields don't seem to have a way to tellrustup
"don't download std".Some msp430 crates work around needing to compile docs for the
msp430
target by just compiling for the defaults anyway, but due to at leastabi_msp430_interrupt
, this approach doesn't work here (and I don't think it'll work once target-specific calling conventions are stabilized either).The text was updated successfully, but these errors were encountered: