1
Fork 0

Auto merge of #105121 - oli-obk:simpler-cheaper-dump_mir, r=nnethercote

Cheaper `dump_mir` take two

alternative to #105083

r? `@nnethercote`
This commit is contained in:
bors 2022-12-04 05:47:10 +00:00
commit fd02567705
13 changed files with 60 additions and 110 deletions

View file

@ -57,7 +57,7 @@ pub(super) fn build_custom_mir<'tcx>(
is_polymorphic: false,
tainted_by_errors: None,
injection_phase: None,
pass_count: 1,
pass_count: 0,
};
body.local_decls.push(LocalDecl::new(return_ty, return_ty_span));