mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
move syntax error to parser
This commit is contained in:
parent
61992dc1cd
commit
882c47f187
6 changed files with 24 additions and 25 deletions
|
@ -3,10 +3,9 @@ use std::cell::Cell;
|
|||
use drop_bomb::DropBomb;
|
||||
|
||||
use crate::{
|
||||
syntax_error::ParseError,
|
||||
SyntaxKind::{self, ERROR, EOF, TOMBSTONE},
|
||||
parsing::{
|
||||
TokenSource,
|
||||
TokenSource, ParseError,
|
||||
token_set::TokenSet,
|
||||
event::Event,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue