From 7e2552741987dad46f1462d3540866680629036e Mon Sep 17 00:00:00 2001 From: Aaron Power Date: Thu, 26 Oct 2017 11:03:34 +0100 Subject: [PATCH] Update RELEASES.md --- RELEASES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 33f7e708f6f..e2bc4cdacc9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -6,12 +6,12 @@ Language - [`non_snake_case` lint now allows extern no-mangle functions][44966] - [Now accepts underscores in unicode escapes][43716] - [`#![feature(const_fn)]` is now no longer required for - calling const functions.][43017] It's Still required for creating + calling const functions.][43017] It's still required for creating constant functions. Compiler -------- -- [rustc now defaults to having 16 codegen units at debug on supported platforms.][44853] +- [rustc now defaults to having 16 codegen units at debug on supported platforms.][45064] - [rustc will no longer inline in codegen units when compiling for debug][45075] This should decrease compile times for debug builds. - [strict memory alignment now enabled on ARMv6][45094] @@ -21,8 +21,8 @@ Libraries --------- - [Allow atomic operations up to 32 bits on `armv5te_unknown_linux_gnueabi`][44978] -- [`Box` now impls `Cow`][44466] -- [`std::mem::Discriminant` is now guarenteed to be `Send + Sync`][45095] +- [`Box` now impls `From>`][44466] +- [`std::mem::Discriminant` is now guaranteed to be `Send + Sync`][45095] - [`fs::copy` now returns the length of the main stream on NTFS.][44895] - [Properly detect overflow in `Instant += Duration`.][44220] - [impl `Hasher` for `{&mut Hasher, Box}`][44015]