<!-- Thanks for filing a 🐛 bug report 😄! --> **Problem** <!-- A clear and concise description of what the bug is. --> <!-- including what currently happens and what you expected to happen. --> cargo doc for proc macro reexports links to a page that doesnt exist. **Steps** ``` git clone https://github.com/rukai/cargo_doc_bug cd cargo_doc_bug/reexport cargo doc --open -p reexport ``` Then click on bar. The page doesn't exist! **Possible Solution(s)** <!-- Not obligatory, but suggest a fix/reason for the bug, --> <!-- or ideas how to implement the addition or change --> **Notes** Output of `cargo version`: cargo 1.30.0 (36d96825d 2018-10-24) <!-- Also, any additional context or information you feel may be relevant to the issue. --> <!-- (e.g rust version, OS platform/distribution/version, target toolchain(s), release channel.. -->