diff --git a/rust-version b/rust-version index 937df90718..44e4cd9cce 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -4894123d21ed4b153a2e5c32c0870cb2d97f9b46 +1e869133b9888dc5abde54f4f31cb797ed9c7874 diff --git a/tests/compile-fail/stack_free.rs b/tests/compile-fail/stack_free.rs index a33bca1267..43cc17308c 100644 --- a/tests/compile-fail/stack_free.rs +++ b/tests/compile-fail/stack_free.rs @@ -1,7 +1,7 @@ // Validation changes why we fail // compile-flags: -Zmiri-disable-validation -// 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 fn main() { let x = 42;