mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
@@ -984,11 +984,10 @@ fn args_and_body(
|
||||
}
|
||||
};
|
||||
|
||||
let env_place = Place {
|
||||
let use_place = Place {
|
||||
local: ty::CAPTURE_STRUCT_LOCAL,
|
||||
projection: tcx.intern_place_elems(&projs),
|
||||
};
|
||||
let use_place = env_place;
|
||||
self.var_debug_info.push(VarDebugInfo {
|
||||
name: *sym,
|
||||
source_info: SourceInfo::outermost(tcx_hir.span(var_id)),
|
||||
|
||||
Reference in New Issue
Block a user