Skip to content

Fix ICE for intra-doc link on intermediate re-export #109282

Description

@GuillaumeGomez
mod m {
    pub enum ValueEnum {}
}
mod m2 {
    /// [`ValueEnum`]
    pub	use crate::m::ValueEnum;
}
pub use m2::ValueEnum;

It needs to generalize the fix implemented in #109266.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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