rust-embedded / msp430-rt

Minimal startup / runtime for MSP430 microcontrollers
Apache License 2.0
15 stars 4 forks source link

Documentation fails to build on doc.rs #16

Open YuhanLiin opened 2 years ago

YuhanLiin commented 2 years ago

The docs don't build on doc.rs due to this error

cr1901 commented 2 years ago

"--target" "x86_64-unknown-linux-gnu" is being passed, so the docs will naturally fail to compile. I guess I don't understand why this ever worked at all until now...

cr1901 commented 2 years ago

Fixing this is pending on https://github.com/rust-lang/docs.rs/issues/1683.