mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-21 19:04:24 +00:00
fix compilation
This commit is contained in:
parent
d334b5a1db
commit
c47f9e2d37
9 changed files with 39 additions and 59 deletions
|
@ -1,6 +1,8 @@
|
|||
use std::fmt;
|
||||
|
||||
use crate::{TextRange, TextUnit, parsing::ParseError};
|
||||
use ra_parser::ParseError;
|
||||
|
||||
use crate::{TextRange, TextUnit};
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub struct SyntaxError {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue