Skip to content

Commit ddcc943

Browse files
committed
---
yaml --- r: 4781 b: refs/heads/master c: 5dd62b7 h: refs/heads/master i: 4779: 6fd2529 v: v3
1 parent db19dc9 commit ddcc943

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: b7bf1dd5b0c9d753e2907e7fa09ad3c5015d346e
2+
refs/heads/master: 5dd62b7d410b25da1b7250e2a6b4cf6a5689bee3

trunk/src/comp/middle/trans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6585,8 +6585,8 @@ fn decl_native_fn_and_pair(ccx: &@crate_ctxt, sp: &span, path: &[str],
65856585
let fcx = new_fn_ctxt(new_local_ctxt(ccx), sp, wrapper_fn);
65866586
let bcx = new_top_block_ctxt(fcx);
65876587
let lltop = bcx.llbb;
6588-
// Declare the function itself.
65896588

6589+
// Declare the function itself.
65906590
let fn_type = node_id_type(ccx, id); // NB: has no type params
65916591

65926592
let abi = ty::ty_fn_abi(ccx.tcx, fn_type);

0 commit comments

Comments
 (0)