1
Fork 0

Improve spans in custom mir

This commit is contained in:
Jakob Degen 2022-11-27 21:23:39 -08:00
parent 52ce1f7697
commit 5a34dbf193
10 changed files with 47 additions and 39 deletions

View file

@ -492,7 +492,7 @@ fn construct_fn<'tcx>(
arguments,
return_ty,
return_ty_span,
span,
span_with_body,
custom_mir_attr,
);
}