Matthias Krüger d6468916c0
Rollup merge of #110450 - GuillaumeGomez:fix-nested-items-on-private-doc, r=notriddle,jyn514
rustdoc: Fix invalid handling of nested items with `--document-private-items`

Fixes #110422.

The problem is that only impl block and re-exported `macro_rules!` items are "visible" as nested items. This PR adds the missing checks to handle this correctly.

cc `@compiler-errors`
r? `@notriddle`
2023-04-18 06:44:47 +02:00
..
2023-02-04 19:10:04 +01:00
2023-03-27 18:58:07 +00:00
2023-03-05 14:41:35 +03:00
2023-01-27 14:50:34 +01:00
2023-03-30 22:56:52 +02:00