From bd5ed9e62f330971523fb75390b4a375bc1d875c Mon Sep 17 00:00:00 2001 From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Sat, 9 May 2020 16:30:00 +0200 Subject: [PATCH] Update RELEASES.md Co-authored-by: Jonas Schievink --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index b2c4675908e..132e8a6d948 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -16,7 +16,7 @@ these changes can be seen and parsed by macros and conditional compilation. Compiler -------- - [Rustc now respects the `-C codegen-units` flag in incremental mode.][70156] - Additionally when incremental mode rustc defaults to 256 codegen units. + Additionally when in incremental mode rustc defaults to 256 codegen units. - [Added tier 3\* support for the `aarch64-unknown-none` and `aarch64-unknown-none-softfloat` targets.][68334] - [Refactored `catch_unwind`, to have zero-cost unless unwinding is enabled and