mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +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`