Skip to content

Commit 0639451

Browse files
committed
Update miri submodule
1 parent 0347494 commit 0639451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/librustc_mir/interpret/memory.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ impl<'a, 'mir, 'tcx, M: Machine<'mir, 'tcx>> Memory<'a, 'mir, 'tcx, M> {
844844
}
845845

846846
// Forget all the relocations.
847-
alloc.relocations.remove_range(first .. last);
847+
alloc.relocations.remove_range(first..last);
848848

849849
Ok(())
850850
}

src/tools/miri

Submodule miri updated from ac667d3 to 066a284

0 commit comments

Comments
 (0)