Renamed errors to error

This commit is contained in:
Syrus
2020-04-22 17:17:54 -07:00
parent 0c25298d04
commit 93222bb489
16 changed files with 17 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
//! compilers will need to implement.
use crate::config::Target;
use crate::errors::CompileError;
use crate::error::CompileError;
use crate::function::{Compilation, CompiledFunction};
use crate::std::vec::Vec;
use crate::FunctionBodyData;