Skip to content

Commit

Permalink
rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Jun 29, 2021
1 parent 4933e28 commit e33bf69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
192920c22bc8433ab14706ee0829e707d119b74f
e98897e5dc9898707bf4331c43b2e76ab7e282fe
3 changes: 1 addition & 2 deletions src/data_race.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e33bf69

Please sign in to comment.