mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-16 01:25:25 +00:00
Integrate CompileError to compiler-core::BaseError
This commit is contained in:
parent
1192a11d39
commit
5b50c547d6
5 changed files with 47 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::{error::Error, fmt};
|
||||
|
||||
pub type CodegenError = rustpython_compiler_core::Error<CodegenErrorType>;
|
||||
pub type CodegenError = rustpython_compiler_core::BaseError<CodegenErrorType>;
|
||||
|
||||
#[derive(Debug)]
|
||||
#[non_exhaustive]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue