Skip to content

Commit 185bcc6

Browse files
committed
rustc: Increment the counter in trans_bind_thunk()
1 parent 41d5094 commit 185bcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/middle/trans.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3577,7 +3577,7 @@ fn trans_bind_thunk(@crate_ctxt cx,
35773577
}
35783578
}
35793579

3580-
outgoing_arg_index += 0u;
3580+
outgoing_arg_index += 1u;
35813581
}
35823582

35833583
// FIXME: turn this call + ret into a tail call.

0 commit comments

Comments
 (0)