Skip to content

method call on non-function like macro: bad indentation #537

@TimNN

Description

@TimNN

Formatting

fn main() {
    let variable = some_macro!(
        a;
    ).some_method();
}

Gives

fn main() {
    let variable = some_macro!(
        a;
    )
                       .some_method();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions