mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
Add some TODO comments
This commit is contained in:
parent
dd8f63b1ab
commit
3e9eef4d0e
2 changed files with 3 additions and 0 deletions
|
@ -82,6 +82,7 @@ macro_rules! run_jit_function {
|
|||
let failures = get_expect_failures();
|
||||
|
||||
if failures.count > 0 {
|
||||
// TODO tell the user about the failures!
|
||||
let failures =
|
||||
unsafe { core::slice::from_raw_parts(failures.failures, failures.count) };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue