Remove CompileError

This commit is contained in:
Jeong YunWon 2023-05-06 17:15:18 +09:00
parent 6b60f85cc4
commit 13d6e275ef
3 changed files with 2 additions and 58 deletions

View file

@ -8,6 +8,6 @@ pub mod marshal;
mod mode;
pub use bytecode::*;
pub use error::{BaseError, CompileError};
pub use error::BaseError;
pub use location::Location;
pub use mode::Mode;