mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 06:08:29 +00:00
Renamed errors to error
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user