-
Notifications
You must be signed in to change notification settings - Fork 1k
Handle empty struct defs properly #919
Copy link
Copy link
Closed
Labels
C-bugCategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICECategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICEI-poor-formattingIssue: poor formattingIssue: poor formatting
Metadata
Metadata
Assignees
Labels
C-bugCategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICECategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICEI-poor-formattingIssue: poor formattingIssue: poor formatting
Type
Fields
Give feedbackNo fields configured for issues without a type.
We either don't reformat (struct structs) or lose comments (tuple structs). We should do neither.
e.g.,
should be idempotent