mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Add parser unit tests
This commit is contained in:
parent
725805dc79
commit
d149bb885b
3 changed files with 58 additions and 6 deletions
|
@ -26,7 +26,7 @@ pub use tt::{Delimiter, Punct};
|
|||
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub enum ParseError {
|
||||
ParseError,
|
||||
Expected(String),
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue