We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9553f86 commit 0ac0e3eCopy full SHA for 0ac0e3e
src/tests/rust_guests/simpleguest/src/main.rs
@@ -634,7 +634,7 @@ fn trigger_exception(_: &FunctionCall) -> Result<Vec<u8>> {
634
unsafe {
635
core::arch::asm!("ud2");
636
} // trigger an undefined instruction exception
637
- Ok(get_flatbuffer_result_from_void())
+ Ok(get_flatbuffer_result(()))
638
}
639
640
static mut COUNTER: i32 = 0;
0 commit comments