mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-28 06:14:56 +00:00
Move out CompileError to core as generic form
This commit is contained in:
parent
e8230efe1a
commit
42b95a9a95
3 changed files with 31 additions and 1 deletions
|
@ -7,6 +7,6 @@ mod location;
|
|||
mod mode;
|
||||
|
||||
pub use bytecode::*;
|
||||
pub use error::BaseError;
|
||||
pub use error::{BaseError, CompileError};
|
||||
pub use location::Location;
|
||||
pub use mode::Mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue