Skip to content

Commit

Permalink
Update miri submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed May 31, 2018
1 parent 0347494 commit 0639451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/librustc_mir/interpret/memory.rs
Expand Up @@ -844,7 +844,7 @@ impl<'a, 'mir, 'tcx, M: Machine<'mir, 'tcx>> Memory<'a, 'mir, 'tcx, M> {
}

// Forget all the relocations.
alloc.relocations.remove_range(first .. last);
alloc.relocations.remove_range(first..last);

Ok(())
}
Expand Down
2 changes: 1 addition & 1 deletion src/tools/miri
Submodule miri updated from ac667d to 066a28

0 comments on commit 0639451

Please sign in to comment.