Auto merge of #1843 - RalfJung:rustup, r=RalfJung
rustup Cc https://github.com/rust-lang/rust/issues/86723
This commit is contained in:
commit
61605ebde2
2 changed files with 2 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
192920c22bc8433ab14706ee0829e707d119b74f
|
||||
e98897e5dc9898707bf4331c43b2e76ab7e282fe
|
||||
|
|
|
|||
|
|
@ -759,8 +759,7 @@ impl VClockAlloc {
|
|||
| MiriMemoryKind::ExternStatic
|
||||
| MiriMemoryKind::Tls,
|
||||
)
|
||||
| MemoryKind::CallerLocation
|
||||
| MemoryKind::Vtable => (0, VectorIdx::MAX_INDEX),
|
||||
| MemoryKind::CallerLocation => (0, VectorIdx::MAX_INDEX),
|
||||
};
|
||||
VClockAlloc {
|
||||
alloc_ranges: RefCell::new(RangeMap::new(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue