Update RELEASES.md
make catch_unwind line more readable
This commit is contained in:
parent
47c3158c3d
commit
e508db2840
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Compiler
|
||||||
--------
|
--------
|
||||||
- [Rustc now respects the `-C codegen-units` flag in incremental mode.][70156]
|
- [Rustc now respects the `-C codegen-units` flag in incremental mode.][70156]
|
||||||
Additionally when in incremental mode rustc defaults to 256 codegen units.
|
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]
|
a panic is thrown.][67502]
|
||||||
- [Added tier 3\* support for the `aarch64-unknown-none` and
|
- [Added tier 3\* support for the `aarch64-unknown-none` and
|
||||||
`aarch64-unknown-none-softfloat` targets.][68334]
|
`aarch64-unknown-none-softfloat` targets.][68334]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue