Skip to content

Commit a32bf4a

Browse files
committed
Auto merge of #1899 - RalfJung:rustup, r=RalfJung
rustup
2 parents fa91a89 + f040413 commit a32bf4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0157cc977fd71297ce73e2f249321f5ba2555d42
1+
9475e609b8458fff9e444934a6017d2e590642cf

tests/run-pass/too-large-primval-write-problem.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fn main() {
1616
let bad = unsafe { transmute::<i32, *const u8>(-x) };
1717

1818
// Force it through the Memory::write_primval code.
19-
Box::new(bad);
19+
drop(Box::new(bad));
2020
}
2121

2222
#[cfg(not(target_pointer_width = "32"))]

0 commit comments

Comments
 (0)