mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Add TtCursorTokenSource and TtCursorTokenSink
This commit is contained in:
parent
1d7735fbc6
commit
aac9dfa464
4 changed files with 216 additions and 24 deletions
|
@ -49,6 +49,10 @@ pub(crate) fn root(p: &mut Parser) {
|
|||
m.complete(p, SOURCE_FILE);
|
||||
}
|
||||
|
||||
pub(crate) fn path(p: &mut Parser) {
|
||||
paths::type_path(p);
|
||||
}
|
||||
|
||||
pub(crate) fn reparser(
|
||||
node: SyntaxKind,
|
||||
first_child: Option<SyntaxKind>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue