mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 04:23:25 +00:00
fixup! Finalize Path grammar
This commit is contained in:
parent
91781c7ce8
commit
d21b5db891
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Path =
|
|||
|
||||
PathSegment =
|
||||
'::' | 'crate' | 'self' | 'super'
|
||||
| (NameRef ('::'? GenericArgList)?)
|
||||
| NameRef GenericArgList?
|
||||
| NameRef ParamList RetType?
|
||||
| '<' PathType ('as' PathType)? '>'
|
||||
|
||||
|
|
Loading…
Reference in a new issue