mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
6b07382b59
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`