Skip to content

Commit 2ae6147

Browse files
committed
---
yaml --- r: 63871 b: refs/heads/snap-stage3 c: 08a5278 h: refs/heads/master i: 63869: 0a64be4 63867: dd74af1 63863: 359d100 63855: 2faff99 63839: c0ead60 63807: 8d87dcc 63743: f90462d v: v3
1 parent d7a0c18 commit 2ae6147

File tree

7 files changed

+2
-151
lines changed

7 files changed

+2
-151
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 0326b0abed3fe9045bfc8e84d060115aecdcee37
4+
refs/heads/snap-stage3: 08a5278bb5cd11d7a4f986db627a585bdad878d7
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/librustc/middle/trans/callee.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ pub fn trans_arg_expr(bcx: block,
930930
ByRef(_) => val = scratch.val,
931931
}
932932
} else {
933-
debug!("by copy arg with type %s");
933+
debug!("by copy arg with type %s", bcx.ty_to_str(arg_datum.ty));
934934
match arg_datum.mode {
935935
ByRef(_) => val = Load(bcx, arg_datum.val),
936936
ByValue => val = arg_datum.val,

branches/snap-stage3/src/test/compile-fail/issue-5060-fail.rs

Lines changed: 0 additions & 29 deletions
This file was deleted.

branches/snap-stage3/src/test/run-pass/issue-4446.rs

Lines changed: 0 additions & 21 deletions
This file was deleted.

branches/snap-stage3/src/test/run-pass/issue-5060.rs

Lines changed: 0 additions & 28 deletions
This file was deleted.

branches/snap-stage3/src/test/run-pass/issue-5192.rs

Lines changed: 0 additions & 44 deletions
This file was deleted.

branches/snap-stage3/src/test/run-pass/issue-5280.rs

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)