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 b97aec7 commit b48696eCopy full SHA for b48696e
src/eval.rs
@@ -77,7 +77,8 @@ pub enum ProvenanceMode {
77
/// Int2ptr casts return pointers with an invalid provenance,
78
/// i.e., not valid for any memory access.
79
Strict,
80
- /// Int2ptr casts return pointers valid for any allocation
+ /// Int2ptr casts determine the allocation they point to at cast time.
81
+ /// All allocations are considered exposed.
82
Legacy,
83
}
84
0 commit comments