Skip to content

Commit 5c05eaa

Browse files
committed
rustup
1 parent a60f440 commit 5c05eaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/eval_context.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,8 +1807,8 @@ fn resolve_associated_item<'a, 'tcx>(
18071807
def_id, trait_id, rcvr_substs);
18081808

18091809
let trait_ref = ty::TraitRef::from_method(tcx, trait_id, rcvr_substs);
1810-
let vtbl = tcx.trans_fulfill_obligation(DUMMY_SP, ty::ParamEnv::empty(Reveal::All),
1811-
ty::Binder(trait_ref));
1810+
let vtbl = tcx.trans_fulfill_obligation((ty::ParamEnv::empty(Reveal::All),
1811+
ty::Binder(trait_ref)));
18121812

18131813
// Now that we know which impl is being used, we can dispatch to
18141814
// the actual function:

0 commit comments

Comments
 (0)