Skip to content

Commit 7c57757

Browse files
committed
Explain members of CreatedPointerTag
1 parent ee8cd15 commit 7c57757

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/diagnostics.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,13 @@ impl MachineStopType for TerminationInfo {}
5858
/// Miri specific diagnostics
5959
pub enum NonHaltingDiagnostic {
6060
CreatedPointerTag {
61+
/// The tag we just created
6162
tag: SbTag,
63+
/// The permission that the tag we created grants
6264
perm: Permission,
65+
/// Allocation which this tag grants permission over
6366
alloc_id: AllocId,
67+
/// The exact range of the allocation that this tag grants permission over
6468
alloc_range: AllocRange,
6569
},
6670
/// This `Item` was popped from the borrow stack, either due to a grant of

0 commit comments

Comments
 (0)