mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 22:57:53 +00:00
only store valid proc macro item for doc link Fixes #132743 The definition item can be detected if it is exported in the doc, so store these items rather than skipping. r? `@petrochenkov`