mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Merge remote-tracking branch 'origin/trunk' into import-builtin-mod
This commit is contained in:
commit
e3b65b1ce0
31 changed files with 577 additions and 728 deletions
|
@ -176,7 +176,7 @@ pub fn helper<'a>(
|
|||
}
|
||||
|
||||
let (_, main_fn_layout) = match procedures.keys().find(|(s, _)| *s == main_fn_symbol) {
|
||||
Some(found) => found.clone(),
|
||||
Some(found) => *found,
|
||||
None => panic!(
|
||||
"The main function symbol {:?} does not have a procedure in {:?}",
|
||||
main_fn_symbol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue