Files
rust/tests/ui/attributes/z-crate-attr/garbage.stderr

21 lines
367 B
Plaintext
Raw Normal View History

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