diff options
| author | apiraino <apiraino@users.noreply.github.com> | 2024-08-19 17:33:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-19 17:33:53 +0200 |
| commit | 7613eee55ea9fc0bdaff6bb482cc0650a5bf3e9a (patch) | |
| tree | c90a2e0c181fffa5ae93bbedff651f456ddf13a4 | |
| parent | cd7cc3f071a5b4bf7b621db3160bc960b5faeaa7 (diff) | |
| download | rust-7613eee55ea9fc0bdaff6bb482cc0650a5bf3e9a.tar.gz rust-7613eee55ea9fc0bdaff6bb482cc0650a5bf3e9a.zip | |
Update RELEASES.md
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 7c15a3ccd1b..852af4389ea 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -144,7 +144,7 @@ Compatibility Notes - [Detect unused structs even when implementing private traits](https://github.com/rust-lang/rust/pull/122382/) - [`std::sync::ReentrantLockGuard<T>` is no longer `Sync` if `T: !Sync`](https://github.com/rust-lang/rust/pull/125527) which means [`std::io::StdoutLock` and `std::io::StderrLock` are no longer Sync](https://github.com/rust-lang/rust/issues/127340) - [Type inference will fail in some cases due to a new impl of FromIterator for Box<str>](https://github.com/rust-lang/rust/pull/99969/) - Notably this breaks versions of the `time` crate before 0.3.55, due to no longer inferring the right impl. + Notably this breaks versions of the `time` crate before 0.3.36, due to no longer inferring the right impl. <a id="1.80-Internal-Changes"></a> |
