mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 19:34:16 +00:00
Change semmantical analyzis to tree validation as per @matklad
Co-Authored-By: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
parent
9fdf984958
commit
c58276673a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ use std::fmt;
|
|||
use crate::{TextRange, TextUnit};
|
||||
|
||||
/// Represents the result of unsuccessful tokenization, parsing
|
||||
/// or semmantical analyzis.
|
||||
/// or tree validation.
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub struct SyntaxError(String, TextRange);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue