mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
6830ea1a83
Fix private intra-doc warnings on associated items The issue was that the `kind, id` override was previously only being considered for the disambiguator check, not the privacy check. This uses the same ID for both. Fixes https://github.com/rust-lang/rust/issues/81981. r? ``@max-heller``
For more information about how librustdoc works, see the rustc dev guide.