update release notes for 1.72.1

This commit is contained in:
Pietro Albini 2023-07-31 11:58:35 +02:00
parent 8f395dfeb7
commit 4ea77cf902
No known key found for this signature in database
GPG key ID: CD76B35F7734769E

View file

@ -1,3 +1,12 @@
Version 1.71.1 (2023-08-03)
===========================
- [Fix bash completion for users of Rustup](https://github.com/rust-lang/rust/pull/113579)
- [Do not show `suspicious_double_ref_op` lint when calling `borrow()`](https://github.com/rust-lang/rust/pull/112517)
- [Fix ICE: substitute types before checking inlining compatibility](https://github.com/rust-lang/rust/pull/113802)
- [Fix ICE: don't use `can_eq` in `derive(..)` suggestion for missing method](https://github.com/rust-lang/rust/pull/111516)
- [Fix building Rust 1.71.0 from the source tarball](https://github.com/rust-lang/rust/issues/113678)
Version 1.71.0 (2023-07-13)
==========================