mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +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 =
|
PathSegment =
|
||||||
'::' | 'crate' | 'self' | 'super'
|
'::' | 'crate' | 'self' | 'super'
|
||||||
| (NameRef ('::'? GenericArgList)?)
|
| NameRef GenericArgList?
|
||||||
| NameRef ParamList RetType?
|
| NameRef ParamList RetType?
|
||||||
| '<' PathType ('as' PathType)? '>'
|
| '<' PathType ('as' PathType)? '>'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue