about summary refs log tree commit diff
path: root/tests/codegen/transmute-scalar.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-07-27 15:56:50 +0000
committerbors <bors@rust-lang.org>2023-07-27 15:56:50 +0000
commit9339f446a5302cd5041d3f3b5e59761f36699167 (patch)
treeebaa573e3f529d8495697e14edf67fe582f3bbcc /tests/codegen/transmute-scalar.rs
parentb73e9a48aeeb44fa897ab820737dfd77c5076e01 (diff)
parent2461d0cf9cca7e437e17cc251496963caeac051d (diff)
downloadrust-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 'tests/codegen/transmute-scalar.rs')
0 files changed, 0 insertions, 0 deletions