diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2020-06-05 03:05:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-05 03:05:12 +0200 |
| commit | e508db28405dddbee45c6727b0d59586b522fe80 (patch) | |
| tree | c106fa788fdd9a64a91c30c7a7126420136c0a17 | |
| parent | 47c3158c3d797f75f0f7b2b2a977179668919dab (diff) | |
| download | rust-e508db28405dddbee45c6727b0d59586b522fe80.tar.gz rust-e508db28405dddbee45c6727b0d59586b522fe80.zip | |
Update RELEASES.md
make catch_unwind line more readable
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 8d6535b20c2..ef28679a438 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] |
