mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
internal: add tests for extra parser entry points
This commit is contained in:
parent
355a4bdb88
commit
3f5fc05d66
4 changed files with 46 additions and 1 deletions
|
@ -22,6 +22,7 @@ pub struct Output {
|
|||
error: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum Step<'a> {
|
||||
Token { kind: SyntaxKind, n_input_tokens: u8 },
|
||||
Enter { kind: SyntaxKind },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue