blob: 12d18b0845fc0e80422ca11fb7566458597adcf7 [file] [log] [blame]
error: unknown start of token: `
--> <crate attribute>:1:4
|
LL | #![`%~@$#]
| ^
|
help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
|
LL - #![`%~@$#]
LL + #!['%~@$#]
|
error: expected identifier, found `%`
--> <crate attribute>:1:5
|
LL | #![`%~@$#]
| ^ expected identifier
error: aborting due to 2 previous errors