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
@ -1 +1 @@
|
||||
192920c22bc8433ab14706ee0829e707d119b74f
|
||||
e98897e5dc9898707bf4331c43b2e76ab7e282fe
|
||||
|
@ -759,8 +759,7 @@ pub fn new_allocation(
|
||||
| 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…
Reference in New Issue
Block a user