improve call_by_name with raw layout

This commit is contained in:
Folkert 2021-06-19 13:49:41 +02:00
parent 4a8ec50c0e
commit 53ce8b2d25
3 changed files with 95 additions and 108 deletions

View file

@ -144,7 +144,7 @@ where
"{:?}: {:?} with {:?} args",
proc.name,
bytes_as_ascii(&bytes),
proc.args.len()
(proc.args, proc.ret_layout),
);
}