nothing we can do for by-pointer calls

This commit is contained in:
Folkert 2024-04-02 20:07:31 +02:00
parent 92100d710d
commit 4a121a2348
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -361,7 +361,7 @@ impl<'a> CallInfo<'a> {
self.keys.push(name.name());
}
ByPointer { .. } => {
todo_lambda_erasure!()
// nothing to be done
}
Foreign { .. } => {}
LowLevel { .. } => {}