about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-03-09 12:11:54 +0100
committerGitHub <noreply@github.com>2023-03-09 12:11:54 +0100
commit506495a4b37f2be981a6a5e7327631dd9589fad8 (patch)
treeeb9348185b870c5627a34c23b7240e0e82ecd27e /library/std/src
parentbec7011a2c9f16b94d659298cfa38cfd88bcfa1b (diff)
parentc0c93be7ce67a97c6df9d07ab86450218aef374b (diff)
downloadrust-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