Skip to content

Commit 186c02d

Browse files
committed
Reword "Internal Changes" description
The "Internal Changes" section currently says "no direct user facing benefits", but includes "significant improvements to the ... overall performance", which is a user-facing benefit. Reword it to say "do not affect any public interfaces" instead.
1 parent 81765de commit 186c02d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ Compatibility Notes
9292
Internal Changes
9393
----------------
9494

95-
These changes provide no direct user facing benefits, but represent significant
96-
improvements to the internals and overall performance of rustc
97-
and related tools.
95+
These changes do not affect any public interfaces of Rust, but they represent
96+
significant improvements to the performance or internals of rustc and related
97+
tools.
9898

9999
- Windows builds now use profile-guided optimization, providing 10-20% improvements to compiler performance: [Utilize PGO for windows x64 rustc dist builds](https://github.com/rust-lang/rust/pull/96978/)
100100
- [Stop keeping metadata in memory before writing it to disk](https://github.com/rust-lang/rust/pull/96544/)

0 commit comments

Comments
 (0)