Suggest missing comma on last field before struct update syntax #100300
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given the following code: [Playground]
The current output is:
Ideally the output should suggest adding a comma after
Defaultable
on line 11 if doing so would solve the type error.The text was updated successfully, but these errors were encountered: