We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b15139 + b952584 commit dd94c7cCopy full SHA for dd94c7c
rust-version
@@ -1 +1 @@
1
-4894123d21ed4b153a2e5c32c0870cb2d97f9b46
+1e869133b9888dc5abde54f4f31cb797ed9c7874
tests/compile-fail/stack_free.rs
@@ -1,7 +1,7 @@
// Validation changes why we fail
2
// compile-flags: -Zmiri-disable-validation
3
4
-// error-pattern: tried to deallocate Stack memory but gave Machine(Rust) as the kind
+// error-pattern: tried to deallocate `Stack` memory but gave `Machine(Rust)` as the kind
5
6
fn main() {
7
let x = 42;
0 commit comments