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 3402675 commit 447f23cCopy full SHA for 447f23c
src/stacked_borrows.rs
@@ -518,9 +518,7 @@ impl Stacks {
518
) => (extra.global_base_ptr(id), Permission::SharedReadWrite),
519
// Heap allocations we only track precisely when raw pointers are tagged, for now.
520
MemoryKind::Machine(
521
- MiriMemoryKind::Rust
522
- | MiriMemoryKind::C
523
- | MiriMemoryKind::WinHeap,
+ MiriMemoryKind::Rust | MiriMemoryKind::C | MiriMemoryKind::WinHeap,
524
) => {
525
let tag =
526
if extra.track_raw { Tag::Tagged(extra.new_ptr()) } else { Tag::Untagged };
0 commit comments