diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2020-06-05 03:41:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-05 03:41:21 +0200 |
| commit | 9d6ed2960c302e87f7b01c75efb59fc0353da05a (patch) | |
| tree | 3719a50a85352a221e2667e2d50d403dcb3108fa | |
| parent | e508db28405dddbee45c6727b0d59586b522fe80 (diff) | |
| download | rust-9d6ed2960c302e87f7b01c75efb59fc0353da05a.tar.gz rust-9d6ed2960c302e87f7b01c75efb59fc0353da05a.zip | |
address review comment
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index ef28679a438..46641e82562 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -25,7 +25,7 @@ Compiler -------- - [Rustc now respects the `-C codegen-units` flag in incremental mode.][70156] Additionally when in incremental mode rustc defaults to 256 codegen units. -- [Refactored `catch_unwind` to have zero-cost, unless unwinding is enabled AND +- [Refactored `catch_unwind` to have zero-cost, unless unwinding is enabled and a panic is thrown.][67502] - [Added tier 3\* support for the `aarch64-unknown-none` and `aarch64-unknown-none-softfloat` targets.][68334] |
