diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-03-09 12:11:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-09 12:11:54 +0100 |
| commit | 506495a4b37f2be981a6a5e7327631dd9589fad8 (patch) | |
| tree | eb9348185b870c5627a34c23b7240e0e82ecd27e /library/std/src | |
| parent | bec7011a2c9f16b94d659298cfa38cfd88bcfa1b (diff) | |
| parent | c0c93be7ce67a97c6df9d07ab86450218aef374b (diff) | |
| download | rust-506495a4b37f2be981a6a5e7327631dd9589fad8.tar.gz rust-506495a4b37f2be981a6a5e7327631dd9589fad8.zip | |
Rollup merge of #108870 - GuillaumeGomez:rustdoc-reexport-of-reexport-of-private, r=notriddle
Fix invalid inlining of reexport of reexport of private item Fixes https://github.com/rust-lang/rust/issues/108679. The problem is that a reexport is always resolving to the end type, so if the end type is private, the reexport inlines. Except that if you reexport a public reexport (which reexports the private item), then it should not be inlined again. r? `@notriddle`
Diffstat (limited to 'library/std/src')
0 files changed, 0 insertions, 0 deletions
