nit
Co-authored-by: varkor <github@varkor.com>
This commit is contained in:
parent
dbcabc248c
commit
f5305c3d16
1 changed files with 1 additions and 1 deletions
|
|
@ -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() };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue