]> git.lizzy.rs Git - rust.git/commitdiff
Rustup to 1.39.0-nightly (1e869133b 2019-09-09)
authorOliver Scherer <github35764891676564198441@oli-obk.de>
Mon, 9 Sep 2019 11:00:20 +0000 (13:00 +0200)
committerOliver Scherer <github35764891676564198441@oli-obk.de>
Mon, 9 Sep 2019 11:00:20 +0000 (13:00 +0200)
rust-version
tests/compile-fail/stack_free.rs

index 937df90718601d9886cd69eda1e27bc513081942..44e4cd9cceadb19436c2c5ad763ad19d9f4a5582 100644 (file)
@@ -1 +1 @@
-4894123d21ed4b153a2e5c32c0870cb2d97f9b46
+1e869133b9888dc5abde54f4f31cb797ed9c7874
index a33bca1267595cb67538c8a7e6f9009c20ae0e9c..43cc17308c06fddda2d72611444cf1482c17c08e 100644 (file)
@@ -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;