Skip to content

Commit 0e1b633

Browse files
authored
Fix a copy/paste in an error message (#12880)
Shouldn't show up anyway, but still a minor issue.
1 parent 9d7677c commit 0e1b633

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/wasmtime/src/runtime/component/concurrent/futures_and_streams.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ impl<'a, T> Source<'a, T> {
801801
..
802802
} = &transmit.write
803803
else {
804-
bail_bug!("expected WriteState::HostReady");
804+
bail_bug!("expected WriteState::GuestReady");
805805
};
806806

807807
let cx = &mut LiftContext::new(store.0.store_opaque_mut(), options, instance);

0 commit comments

Comments
 (0)