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:
commit
fd02567705
13 changed files with 60 additions and 110 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue