fix wording of alloc access tracking message
This commit is contained in:
parent
7f485fc923
commit
931e45389a
1 changed files with 1 additions and 1 deletions
|
|
@ -562,7 +562,7 @@ impl<'mir, 'tcx> MiriMachine<'mir, 'tcx> {
|
|||
align = align.bytes(),
|
||||
),
|
||||
AccessedAlloc(AllocId(id), access_kind) =>
|
||||
format!("{access_kind} access to allocation with id {id}"),
|
||||
format!("{access_kind} to allocation with id {id}"),
|
||||
FreedAlloc(AllocId(id)) => format!("freed allocation with id {id}"),
|
||||
RejectedIsolatedOp(ref op) =>
|
||||
format!("{op} was made to return an error due to isolation"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue