mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Fix const arguments grammar
This commit is contained in:
parent
040b4c800d
commit
ddf08daddf
4 changed files with 264 additions and 264 deletions
|
@ -26,7 +26,7 @@ LifetimeArg =
|
|||
'lifetime'
|
||||
|
||||
ConstArg =
|
||||
Literal | BlockExpr BlockExpr
|
||||
Expr
|
||||
|
||||
SourceFile =
|
||||
'shebang'?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue