We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132cfcd commit 08a5278Copy full SHA for 08a5278
src/librustc/middle/trans/callee.rs
@@ -930,7 +930,7 @@ pub fn trans_arg_expr(bcx: block,
930
ByRef(_) => val = scratch.val,
931
}
932
} else {
933
- debug!("by copy arg with type %s");
+ debug!("by copy arg with type %s", bcx.ty_to_str(arg_datum.ty));
934
match arg_datum.mode {
935
ByRef(_) => val = Load(bcx, arg_datum.val),
936
ByValue => val = arg_datum.val,
0 commit comments