X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=RELEASES.md;h=52d823d8acac48c035ac564f5cbbe0498375426d;hb=6f915056a145628c9f31fefb842c35ec76e7d7bf;hp=ae09de5e3fca1777d905d5b77ac8a0516bb40a30;hpb=03638f1c24164b48122f091319211705f95c7c2c;p=rust.git diff --git a/RELEASES.md b/RELEASES.md index ae09de5e3fc..52d823d8aca 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,4 +1,4 @@ -Rust 1.56.0 (2021-10-21) +Version 1.56.0 (2021-10-21) ======================== Language @@ -6,7 +6,6 @@ Language - [The 2021 Edition is now stable.][rust#88100] See [the edition guide][rust-2021-edition-guide] for more details. -- [You can now specify explicit discriminant values on any Rust enum.][rust#86860] - [The pattern in `binding @ pattern` can now also introduce new bindings.][rust#85305] - [Union field access is permitted in `const fn`.][rust#85769] @@ -51,8 +50,6 @@ Stabilised APIs --------------- - [`std::os::unix::fs::chroot`] -- [`Iterator::intersperse`] -- [`Iterator::intersperse_with`] - [`UnsafeCell::raw_get`] - [`BufWriter::into_parts`] - [`core::panic::{UnwindSafe, RefUnwindSafe, AssertUnwindSafe}`]