Skip to content

Commit f5305c3

Browse files
lcnrvarkor
andauthored
nit
Co-authored-by: varkor <[email protected]>
1 parent dbcabc2 commit f5305c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/transform/check_consts/post_drop_elaboration.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub fn check_live_drops(tcx: TyCtxt<'tcx>, def_id: LocalDefId, body: &mir::Body<
2929
return;
3030
}
3131

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

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

0 commit comments

Comments
 (0)