Wasm: Replace _ todo with RuntimeError todo

This commit is contained in:
Brian Carroll 2022-01-15 08:02:46 +00:00
parent c38134bdc0
commit 8d5a1cb661

View file

@ -506,7 +506,7 @@ impl<'a> WasmBackend<'a> {
self.build_stmt(rc_stmt);
}
x => todo!("statement {:?}", x),
Stmt::RuntimeError(msg) => todo!("RuntimeError {:?}", msg),
}
}