mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
nothing we can do for by-pointer calls
This commit is contained in:
parent
92100d710d
commit
4a121a2348
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ impl<'a> CallInfo<'a> {
|
|||
self.keys.push(name.name());
|
||||
}
|
||||
ByPointer { .. } => {
|
||||
todo_lambda_erasure!()
|
||||
// nothing to be done
|
||||
}
|
||||
Foreign { .. } => {}
|
||||
LowLevel { .. } => {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue