We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8cd15 commit 7c57757Copy full SHA for 7c57757
src/diagnostics.rs
@@ -58,9 +58,13 @@ impl MachineStopType for TerminationInfo {}
58
/// Miri specific diagnostics
59
pub enum NonHaltingDiagnostic {
60
CreatedPointerTag {
61
+ /// The tag we just created
62
tag: SbTag,
63
+ /// The permission that the tag we created grants
64
perm: Permission,
65
+ /// Allocation which this tag grants permission over
66
alloc_id: AllocId,
67
+ /// The exact range of the allocation that this tag grants permission over
68
alloc_range: AllocRange,
69
},
70
/// This `Item` was popped from the borrow stack, either due to a grant of
0 commit comments