When using `=` instead of `:` in record literals (including record updates), we should do both of these: * Give a helpful error message * Have the formatter automatically change it to a `:`
When using
=instead of:in record literals (including record updates), we should do both of these::