Navigation Menu

Skip to content

Commit

Permalink
Update RELEASES.md
Browse files Browse the repository at this point in the history
make catch_unwind line more readable
  • Loading branch information
tshepang committed Jun 5, 2020
1 parent 47c3158 commit e508db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
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 e508db2

Please sign in to comment.