Skip to content

rustdoc: Inlined trait methods taking self by value don't show self argument #15889

@tomjakubowski

Description

@tomjakubowski

Compare http://static.rust-lang.org/doc/master/core/ops/trait.FnOnce.html:

pub trait FnOnce<Args, Result> {
    fn call_once(self, args: Args) -> Result;
}

and http://static.rust-lang.org/doc/master/std/ops/trait.FnOnce.html:

pub trait FnOnce<Args, Result> {
    fn call_once<Args, Result>(args: Args) -> Result;
}

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
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions