mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 05:18:43 +00:00
Fix errors on CI again
This commit is contained in:
@@ -156,7 +156,7 @@ pub enum DeserializeError {
|
|||||||
/// [link-error]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/LinkError
|
/// [link-error]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/LinkError
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
#[cfg_attr(feature = "std", derive(Error))]
|
#[cfg_attr(feature = "std", derive(Error))]
|
||||||
#[error("Link error: {0}")]
|
#[cfg_attr(feature = "std", error("Link error: {0}"))]
|
||||||
pub enum LinkError {
|
pub enum LinkError {
|
||||||
/// An error occurred when checking the import types.
|
/// An error occurred when checking the import types.
|
||||||
#[cfg_attr(feature = "std", error("Error while importing {0:?}.{1:?}: {2}"))]
|
#[cfg_attr(feature = "std", error("Error while importing {0:?}.{1:?}: {2}"))]
|
||||||
|
|||||||
Reference in New Issue
Block a user