Skip to content

Commit c3a99d8

Browse files
committed
Move #90329 to compatibility notes
1 parent 3d2b8a2 commit c3a99d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Rustdoc
8383
Compatibility Notes
8484
-------------------
8585

86+
- [Try all stable method candidates first before trying unstable ones][90329]. This change ensures that adding new nightly-only methods to the Rust standard library will not break code invoking methods of the same name from traits outside the standard library.
8687
- Windows: [`std::process::Command` will no longer search the current directory for executables.][87704]
8788
- [All proc-macro backward-compatibility lints are now deny-by-default.][88041]
8889
- [proc_macro: Append .0 to unsuffixed float if it would otherwise become int token][90297]
@@ -96,7 +97,6 @@ These changes provide no direct user facing benefits, but represent significant
9697
improvements to the internals and overall performance of rustc
9798
and related tools.
9899

99-
- [Try all stable method candidates first before trying unstable ones][90329]. This change ensures that adding new nightly-only methods to the Rust standard library will not break code invoking methods of the same name from traits outside the standard library.
100100
- [Implement coherence checks for negative trait impls][90104]
101101
- [Add rustc lint, warning when iterating over hashmaps][89558]
102102
- [Optimize live point computation][90491]

0 commit comments

Comments
 (0)