From 11e141eba3d21fc8d7f9c406c85b44fe114e5a01 Mon Sep 17 00:00:00 2001 From: Douglas Campos Date: Sun, 1 Oct 2017 11:14:47 -0400 Subject: [PATCH] stray comma --- src/librustc_trans/callee.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_trans/callee.rs b/src/librustc_trans/callee.rs index 713613cedc90..f5a90fc2e4a1 100644 --- a/src/librustc_trans/callee.rs +++ b/src/librustc_trans/callee.rs @@ -186,7 +186,7 @@ pub fn resolve_and_get_fn<'a, 'tcx>(ccx: &CrateContext<'a, 'tcx>, ccx.tcx(), ty::ParamEnv::empty(traits::Reveal::All), def_id, - substs, + substs ).unwrap() ) }