Skip to content

Commit 7841f44

Browse files
committed
rustup
1 parent f462b4c commit 7841f44

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-
e6cef0445779724b469ab7b9a8d3c05d9e848ca8
1+
42abbd8878d3b67238f3611b0587c704ba94f39c

tests/compile-fail/stack_free.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Validation/SB changes why we fail
22
// compile-flags: -Zmiri-disable-validation -Zmiri-disable-stacked-borrows
33

4-
// error-pattern: deallocating `Stack` memory using `Machine(Rust)` deallocation operation
4+
// error-pattern: deallocating stack variable memory using Rust heap deallocation operation
55

66
fn main() {
77
let x = 42;

0 commit comments

Comments
 (0)