pub struct WasiLibc377Bug { /* private fields */ }
Expand description
This error represents the likely presence of the allocation bug fixed in https://github.com/WebAssembly/wasi-libc/pull/377 in a Wasm module.
Implementations§
Trait Implementations§
Source§impl Debug for WasiLibc377Bug
impl Debug for WasiLibc377Bug
Source§impl Display for WasiLibc377Bug
impl Display for WasiLibc377Bug
Source§impl Error for WasiLibc377Bug
impl Error for WasiLibc377Bug
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for WasiLibc377Bug
impl PartialEq for WasiLibc377Bug
impl StructuralPartialEq for WasiLibc377Bug
Auto Trait Implementations§
impl Freeze for WasiLibc377Bug
impl RefUnwindSafe for WasiLibc377Bug
impl Send for WasiLibc377Bug
impl Sync for WasiLibc377Bug
impl Unpin for WasiLibc377Bug
impl UnwindSafe for WasiLibc377Bug
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more