From 5dd62b7d410b25da1b7250e2a6b4cf6a5689bee3 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 17 Aug 2011 16:06:33 -0700 Subject: [PATCH] Trivial commit to test github AMQP hook --- src/comp/middle/trans.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comp/middle/trans.rs b/src/comp/middle/trans.rs index cc9a674068e9..f7fc27b6b4af 100644 --- a/src/comp/middle/trans.rs +++ b/src/comp/middle/trans.rs @@ -6585,8 +6585,8 @@ fn decl_native_fn_and_pair(ccx: &@crate_ctxt, sp: &span, path: &[str], let fcx = new_fn_ctxt(new_local_ctxt(ccx), sp, wrapper_fn); let bcx = new_top_block_ctxt(fcx); let lltop = bcx.llbb; - // Declare the function itself. + // Declare the function itself. let fn_type = node_id_type(ccx, id); // NB: has no type params let abi = ty::ty_fn_abi(ccx.tcx, fn_type);