Files
rust/src/librustdoc
Yuki Okushi 6830ea1a83 Rollup merge of #82011 - jyn514:warn-private-assoc-item, r=max-heller
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``
2021-02-12 19:32:20 +09:00
..
2021-02-10 14:55:53 +01:00
2021-01-30 01:02:18 +00:00
2021-01-15 13:55:03 -05:00
2021-01-15 12:49:45 -05:00

For more information about how librustdoc works, see the rustc dev guide.