Skip to content

Lifetime bounds missing from re-exported items in documentation #17818

Closed
@tomjakubowski

Description

@tomjakubowski

Given:

// foo.rs
pub struct Items<'a, T: 'a>;
// bar.rs
extern crate foo;
pub use foo::Items;

Documentation for bar.rs shows struct Items<'a, T>, missing the lifetime bound. This is still the case on my branch in #17798

Metadata

Metadata

Assignees

No one assigned

    Labels

    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