]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
Permit use of mem::uninitialized via allow(deprecated)
[rust.git] / RELEASES.md
index b6e2171f6eef9f75899a4fd8d247191fca55a1e4..5ceeea8d037cbc538199a0803fee386bfc4fb96f 100644 (file)
@@ -309,9 +309,9 @@ Misc
 
 Compatibility Notes
 -------------------
-- [`Command::before_exec` is now deprecated in favor of the
-  unsafe method `Command::pre_exec`.][58059]
-- [Use of `ATOMIC_{BOOL, ISIZE, USIZE}_INIT` is now deprecated.][57425] As you
+- [`Command::before_exec` is being replaced by the unsafe method
+  `Command::pre_exec`][58059] and will be deprecated with Rust 1.37.0.
+- [Use of `ATOMIC_{BOOL, ISIZE, USIZE}_INIT` is now deprecated][57425] as you
   can now use `const` functions in `static` variables.
 
 [58370]: https://github.com/rust-lang/rust/pull/58370/