Skip to content

Inlined documentation of reexported trait doesn't supply some type parameters #15185

Closed
@ben0x539

Description

@ben0x539

http://doc.rust-lang.org/std/owned/trait.AnyOwnExt.html: fn move<T: 'static>(self) -> Result<Box, Self>;

Box should be Box<T>, as in http://doc.rust-lang.org/alloc/owned/trait.AnyOwnExt.html

in std, it's also linked to neither std's Box reexport nor alloc's original definition.

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