From c58276673acbd80a3fc9c1e8ad4636079a3ff0d6 Mon Sep 17 00:00:00 2001 From: Veetaha Date: Thu, 6 Feb 2020 13:00:39 +0200 Subject: Change semmantical analyzis to tree validation as per @matklad Co-Authored-By: Aleksey Kladov --- crates/ra_syntax/src/syntax_error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/ra_syntax/src/syntax_error.rs b/crates/ra_syntax/src/syntax_error.rs index 460552103..71b228ff6 100644 --- a/crates/ra_syntax/src/syntax_error.rs +++ b/crates/ra_syntax/src/syntax_error.rs @@ -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); -- cgit v1.2.3