mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 04:48:13 +00:00
string is not a keyword
This commit is contained in:
parent
7011094685
commit
b8cac1bb6b
5 changed files with 13 additions and 5 deletions
|
|
@ -193,7 +193,7 @@ Fn =
|
|||
(body:BlockExpr | ';')
|
||||
|
||||
Abi =
|
||||
'extern' 'string'?
|
||||
'extern' '@string'?
|
||||
|
||||
ParamList =
|
||||
'('(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue