more use of format! variable capture
Co-authored-by: Joe ST <joe@fbstj.net>
This commit is contained in:
parent
d31cbb5150
commit
0832d1d022
3 changed files with 3 additions and 5 deletions
|
@ -466,7 +466,7 @@ impl<'tcx> TyCtxt<'tcx> {
|
|||
return alloc_id;
|
||||
}
|
||||
let id = alloc_map.reserve();
|
||||
debug!("creating alloc {:?} with id {:?}", alloc, id);
|
||||
debug!("creating alloc {alloc:?} with id {id:?}");
|
||||
alloc_map.alloc_map.insert(id, alloc.clone());
|
||||
alloc_map.dedup.insert(alloc, id);
|
||||
id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue