zig icon indicating copy to clipboard operation
zig copied to clipboard

For error reporting, assume a struct is not a tuple when ambiguous

Open tau-dev opened this issue 1 year ago • 0 comments

Fixes #14334: non-tuples are more common, and forgetting a type or name from a struct field is an easier mistake to make than adding a name to a tuple field.

tau-dev avatar Jul 23 '24 20:07 tau-dev