fixup! Finalize Path grammar
This commit is contained in:
parent
91781c7ce8
commit
d21b5db891
@ -3,7 +3,7 @@ Path =
|
||||
|
||||
PathSegment =
|
||||
'::' | 'crate' | 'self' | 'super'
|
||||
| (NameRef ('::'? GenericArgList)?)
|
||||
| NameRef GenericArgList?
|
||||
| NameRef ParamList RetType?
|
||||
| '<' PathType ('as' PathType)? '>'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user