Skip to content

Assist: create function stub #3639

Open
@lnicola

Description

@lnicola

E.g.

x.foo(bar, qux(), qux());
// ->
// impl X {
// ...
fn foo(&self, bar: Bar, qux_1: Qux, qux_2: Qux) {
    todo!();
}
// ...
// }

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-assistsE-hardS-actionableSomeone could pick this issue up and work on it right nowfunA technically challenging issue with high impact

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions