mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-27 13:54:55 +00:00
Integrate CompileError to compiler-core::BaseError
This commit is contained in:
parent
7fcc18daea
commit
e8230efe1a
3 changed files with 28 additions and 10 deletions
|
@ -7,6 +7,6 @@ mod location;
|
|||
mod mode;
|
||||
|
||||
pub use bytecode::*;
|
||||
pub use error::Error;
|
||||
pub use error::BaseError;
|
||||
pub use location::Location;
|
||||
pub use mode::Mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue