lpc8xx-hal
lpc8xx-hal copied to clipboard
Links in documentation largely broken
Many of the links in the generated API documentation are largely broken. This is not something we can fix easily: The only viable way to link to other resources within the documentation are relative links. In the presence of re-exports, the relative link is only going to be correct for either the original or the re-exported type.
I think we can use intra-doc links to fix this. This feature is currently on its way to being stabilized: https://github.com/rust-lang/rust/issues/43466, https://github.com/rust-lang/rust/pull/74430
Intra-doc links are stable now. Removing the upstream label.