rust-embedded / panic-semihosting

Report panic messages to the host stderr using semihosting
Apache License 2.0
12 stars 6 forks source link

docs.rs build fails #6

Closed adamgreig closed 5 years ago

adamgreig commented 6 years ago

docs.rs fails to build the crate documentation due to panic_implementation (build log).

This also affects rust-embedded/cortex-m-quickstart#36.

It should clear up once panic_implementation becomes stable (rust-lang/rust#44489) (and panic-semihosting is updated accordingly), but until then we might be able to hack something to stop docs.rs trying to build it...

korken89 commented 5 years ago

This is now solved