rebasing and reviewer changes
Primarily refactoring `(Ident, Option<NodeId>)` to `Segment`
This commit is contained in:
parent
8ac3272610
commit
59cb1705d7
7 changed files with 157 additions and 133 deletions
|
@ -2137,7 +2137,7 @@ impl<'a> Parser<'a> {
|
|||
PathSegment { ident, args, id: ast::DUMMY_NODE_ID }
|
||||
} else {
|
||||
// Generic arguments are not found.
|
||||
PathSegment::from_ident(ident,)
|
||||
PathSegment::from_ident(ident)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue