Skip to main content
Module wildcard
miri
1.95.0-nightly
(6a979b3e3 2026-02-26)
Module wildcard
Module Items
Structs
Enums
In miri::
borrow_
tracker::
tree_
borrows
miri
::
borrow_tracker
::
tree_borrows
Module
wildcard
Copy item path
Source
Structs
§
Exposed
Cache
Caches information about where in the tree exposed nodes with permission to do reads/ rites are located.
ExposedCache
stores this information a single location (or rather, a range of homogeneous locations) for all nodes in an allocation.
Exposed
Cache
Node
🔒
State per location per node keeping track of where relative to this node exposed nodes are and what access permissions they have.
Enums
§
Wildcard
Access
Level
Represents the maximum access level that is possible.
Wildcard
Access
Relatedness
Where the access happened relative to the current node.