fix formatting
This commit is contained in:
parent
29220663c1
commit
08e1f0b9d7
1 changed files with 9 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue