about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-57684.fixed
AgeCommit message (Collapse)AuthorLines
2019-01-23Add suggestion for incorrect field syntax.David Wood-0/+37
This commit adds a suggestion when a `=` character is used when specifying the value of a field in a struct constructor incorrectly instead of a `:` character.