Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Co-authored-by: varkor <[email protected]>
  • Loading branch information
lcnr and varkor authored Jul 4, 2020
1 parent dbcabc2 commit f5305c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub fn check_live_drops(tcx: TyCtxt<'tcx>, def_id: LocalDefId, body: &mir::Body<
return;
}

let ccx = ConstCx { body, tcx, def_id: def_id, const_kind, param_env: tcx.param_env(def_id) };
let ccx = ConstCx { body, tcx, def_id, const_kind, param_env: tcx.param_env(def_id) };

let mut visitor = CheckLiveDrops { ccx: &ccx, qualifs: Qualifs::default() };

Expand Down

0 comments on commit f5305c3

Please sign in to comment.