mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
remove panic
This commit is contained in:
parent
f6af66f342
commit
63bc923b37
4 changed files with 5 additions and 5 deletions
|
@ -831,8 +831,9 @@ fn from_can<'a>(
|
|||
elems: elems.into_bump_slice(),
|
||||
}
|
||||
}
|
||||
Accessor { .. } => todo!("record accessor"),
|
||||
Update { .. } => todo!("record update"),
|
||||
RuntimeError(error) => Expr::RuntimeError(env.arena.alloc(format!("{:?}", error))),
|
||||
other => panic!("TODO convert canonicalized {:?} to mono::Expr", other),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue