Skip to content

Lost comment after struct generics #1096

Closed
@dtolnay

Description

@dtolnay

Before:

struct S<T> /* comment */ {
    t: T,
}

After:

struct S<T> {
    t: T,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    a-commentsbugPanic, non-idempotency, invalid code, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions