We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f462b4c commit 7841f44Copy full SHA for 7841f44
rust-version
@@ -1 +1 @@
1
-e6cef0445779724b469ab7b9a8d3c05d9e848ca8
+42abbd8878d3b67238f3611b0587c704ba94f39c
tests/compile-fail/stack_free.rs
@@ -1,7 +1,7 @@
// Validation/SB changes why we fail
2
// compile-flags: -Zmiri-disable-validation -Zmiri-disable-stacked-borrows
3
4
-// error-pattern: deallocating `Stack` memory using `Machine(Rust)` deallocation operation
+// error-pattern: deallocating stack variable memory using Rust heap deallocation operation
5
6
fn main() {
7
let x = 42;
0 commit comments