Skip to content

Commit 95cb78f

Browse files
StrophoxRalfJung
andauthored
Update src/tools/miri/src/alloc_addresses/mod.rs
Co-authored-by: Ralf Jung <[email protected]>
1 parent 1614743 commit 95cb78f

File tree

1 file changed

+1
-1
lines changed
  • src/tools/miri/src/alloc_addresses

1 file changed

+1
-1
lines changed

src/tools/miri/src/alloc_addresses/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
362362
let prepared_alloc_bytes = global_state
363363
.prepared_alloc_bytes
364364
.remove(&id)
365-
.expect("alloc bytes for alloc_id could not prepared");
365+
.expect("alloc bytes for {id:?} has not been prepared");
366366
Ok(prepared_alloc_bytes)
367367
}
368368

0 commit comments

Comments
 (0)