error: unknown start of token: ` --> :1:1 | LL | `%~@$# | ^ | help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not | LL - `%~@$# LL + '%~@$# | error: expected identifier, found `%` --> :1:2 | LL | `%~@$# | ^ expected identifier error: aborting due to 2 previous errors