We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650412f commit c43d529Copy full SHA for c43d529
src/librustc_mir/transform/inline.rs
@@ -425,7 +425,6 @@ impl Inliner<'tcx> {
425
let mut local = callee_body.local_decls[loc].clone();
426
427
local.source_info.scope = scope_map[local.source_info.scope];
428
- local.source_info.span = callsite.source_info.span;
429
430
let idx = caller_body.local_decls.push(local);
431
local_map.push(idx);
0 commit comments