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