diff --git a/crates/wasmtime/src/store.rs b/crates/wasmtime/src/store.rs index c3737b3bff..4c6eb299dc 100644 --- a/crates/wasmtime/src/store.rs +++ b/crates/wasmtime/src/store.rs @@ -942,6 +942,7 @@ impl wasmtime_runtime::ModuleInfoLookup for StoreInner { /// particular `Store`. /// /// This structure is created by the [`Store::interrupt_handle`] method. +#[derive(Debug)] pub struct InterruptHandle { interrupts: Arc, }