mirror of
https://github.com/RustPython/Parser.git
synced 2025-09-04 01:21:27 +00:00
Break down rustpython_parser::error module
because it doesn't share any common errors but specific error for each sub module
This commit is contained in:
parent
62d88e0b86
commit
aed03c5209
8 changed files with 341 additions and 348 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
use crate::{
|
||||
ast,
|
||||
error::{LexicalError, LexicalErrorType},
|
||||
lexer::{LexicalError, LexicalErrorType},
|
||||
function::{ArgumentList, parse_args, parse_params, validate_arguments},
|
||||
lexer,
|
||||
context::set_context,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue