fix formatting
This commit is contained in:
parent
29220663c1
commit
08e1f0b9d7
@ -180,8 +180,13 @@ pub fn resolve_and_get_fn<'a, 'tcx>(ccx: &CrateContext<'a, 'tcx>,
|
||||
substs: &'tcx Substs<'tcx>)
|
||||
-> ValueRef
|
||||
{
|
||||
get_fn(ccx, ty::Instance::resolve(ccx.tcx(),
|
||||
ty::ParamEnv::empty(traits::Reveal::All),
|
||||
def_id,
|
||||
substs).unwrap())
|
||||
get_fn(
|
||||
ccx,
|
||||
ty::Instance::resolve(
|
||||
ccx.tcx(),
|
||||
ty::ParamEnv::empty(traits::Reveal::All),
|
||||
def_id,
|
||||
substs,)
|
||||
.unwrap()
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user