Skip to content

Commit

Permalink
Auto merge of #1899 - RalfJung:rustup, r=RalfJung
Browse files Browse the repository at this point in the history
rustup
  • Loading branch information
bors committed Oct 12, 2021
2 parents fa91a89 + f040413 commit a32bf4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0157cc977fd71297ce73e2f249321f5ba2555d42
9475e609b8458fff9e444934a6017d2e590642cf
2 changes: 1 addition & 1 deletion tests/run-pass/too-large-primval-write-problem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn main() {
let bad = unsafe { transmute::<i32, *const u8>(-x) };

// Force it through the Memory::write_primval code.
Box::new(bad);
drop(Box::new(bad));
}

#[cfg(not(target_pointer_width = "32"))]
Expand Down

0 comments on commit a32bf4a

Please sign in to comment.