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 57dd8ac commit f71a9ccCopy full SHA for f71a9cc
src/intptrcast.rs
@@ -44,7 +44,7 @@ impl GlobalStateInner {
44
}
45
46
impl<'mir, 'tcx> GlobalStateInner {
47
- // Returns the `AllocId` that corresponds to the specified addr,
+ // Returns the exposed `AllocId` that corresponds to the specified addr,
48
// or `None` if the addr is out of bounds
49
fn alloc_id_from_addr(ecx: &MiriEvalContext<'mir, 'tcx>, addr: u64) -> Option<AllocId> {
50
let global_state = ecx.machine.intptrcast.borrow();
0 commit comments