Skip to content

Commit

Permalink
Rollup merge of rust-lang#73008 - tshepang:patch-1, r=nikomatsakis
Browse files Browse the repository at this point in the history
Update RELEASES.md

make catch_unwind line more readable
  • Loading branch information
Dylan-DPC authored Jun 8, 2020
2 parents 82fd390 + 9d6ed29 commit 033f689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 033f689

Please sign in to comment.