You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASES.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ Rustdoc
83
83
Compatibility Notes
84
84
-------------------
85
85
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.
86
87
- Windows: [`std::process::Command` will no longer search the current directory for executables.][87704]
87
88
- [All proc-macro backward-compatibility lints are now deny-by-default.][88041]
88
89
- [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
96
97
improvements to the internals and overall performance of rustc
97
98
and related tools.
98
99
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.
100
100
- [Implement coherence checks for negative trait impls][90104]
101
101
- [Add rustc lint, warning when iterating over hashmaps][89558]
0 commit comments