Move make_unclosed_delims_error to lexer/diagonostics.rs

Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
This commit is contained in:
xizheyin
2025-04-22 14:17:14 +08:00
parent fae7785b60
commit e827b17ddb
4 changed files with 28 additions and 27 deletions

View File

@@ -32,7 +32,7 @@ pub const MACRO_ARGUMENTS: Option<&str> = Some("macro arguments");
#[macro_use]
pub mod parser;
use parser::{Parser, make_unclosed_delims_error};
use parser::Parser;
pub mod lexer;
pub mod validate_attr;