diff options
| author | bors <bors@rust-lang.org> | 2023-07-27 15:56:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-27 15:56:50 +0000 |
| commit | 9339f446a5302cd5041d3f3b5e59761f36699167 (patch) | |
| tree | ebaa573e3f529d8495697e14edf67fe582f3bbcc /compiler/rustc_transmute/src/layout/tree.rs | |
| parent | b73e9a48aeeb44fa897ab820737dfd77c5076e01 (diff) | |
| parent | 2461d0cf9cca7e437e17cc251496963caeac051d (diff) | |
| download | rust-9339f446a5302cd5041d3f3b5e59761f36699167.tar.gz rust-9339f446a5302cd5041d3f3b5e59761f36699167.zip | |
Auto merge of #113374 - GuillaumeGomez:private-to-public-path, r=notriddle,fmease
[rustdoc] If re-export is private, get the next item until a public one is found or expose the private item directly
Fixes #81141.
If we have:
```rust
use Private as Something;
pub fn foo() -> Something {}
```
Then `Something` will be replaced by `Private`.
r? `@notriddle`
Diffstat (limited to 'compiler/rustc_transmute/src/layout/tree.rs')
0 files changed, 0 insertions, 0 deletions
