mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
copy relevant parts of from_var
This commit is contained in:
parent
4265b7b58e
commit
5fc629e5b8
2 changed files with 121 additions and 6 deletions
|
@ -2028,7 +2028,10 @@ fn specialize_external<'a>(
|
|||
|
||||
aliases.insert(*symbol, (name, top_level, layout));
|
||||
}
|
||||
RawFunctionLayout::ZeroArgumentThunk(_) => unreachable!("so far"),
|
||||
RawFunctionLayout::ZeroArgumentThunk(layout) => {
|
||||
todo!("our layout is {:?}", layout);
|
||||
//
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue