Skip to content

rustdoc: ?Sized bounds are missing for re-exports #20924

@tomjakubowski

Description

@tomjakubowski

For example:

// foo.rs
pub fn f<T: ?Sized>(_: &T) { }
// bar.rs
extern crate foo;

pub use foo::f;

The docs for bar::f will be missing the ?Sized bound on T.

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