mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
13 lines
233 B
Text
13 lines
233 B
Text
SOURCE_FILE
|
|
ERROR
|
|
ABI
|
|
EXTERN_KW "extern"
|
|
WHITESPACE " "
|
|
STRUCT
|
|
STRUCT_KW "struct"
|
|
WHITESPACE " "
|
|
NAME
|
|
IDENT "Foo"
|
|
SEMICOLON ";"
|
|
WHITESPACE "\n"
|
|
error 6: expected existential, fn, trait or impl
|