mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Wasm: Replace _ todo with RuntimeError todo
This commit is contained in:
parent
c38134bdc0
commit
8d5a1cb661
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ impl<'a> WasmBackend<'a> {
|
|||
self.build_stmt(rc_stmt);
|
||||
}
|
||||
|
||||
x => todo!("statement {:?}", x),
|
||||
Stmt::RuntimeError(msg) => todo!("RuntimeError {:?}", msg),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue