Skip to content

rustdoc: #[doc(inline)] does not work on cross-crate glob re-exports #51252

Closed
@QuietMisdreavus

Description

@QuietMisdreavus

cf. This is the std::alloc docs page:

image

...but this is how those items are declared:

image

As i understand it, #[doc(inline)] properly applies to local glob re-exports, but apparently not for cross-crate ones. This is not being handled correctly.

Metadata

Metadata

Labels

C-bugCategory: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions