config_struct icon indicating copy to clipboard operation
config_struct copied to clipboard

`config_struct` does not escape keywords

Open Starwort opened this issue 4 years ago • 0 comments

When compiling my project, I get invalid output; with errors such as

error: expected identifier, found keyword `type`
error: expected identifier, found keyword `move`

These errors would be fixed by config_struct escaping keywords in the output (r#type, r#move)

Starwort avatar Sep 14 '21 16:09 Starwort