We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f395df commit 4ea77cfCopy full SHA for 4ea77cf
RELEASES.md
@@ -1,3 +1,12 @@
1
+Version 1.71.1 (2023-08-03)
2
+===========================
3
+
4
+- [Fix bash completion for users of Rustup](https://github.com/rust-lang/rust/pull/113579)
5
+- [Do not show `suspicious_double_ref_op` lint when calling `borrow()`](https://github.com/rust-lang/rust/pull/112517)
6
+- [Fix ICE: substitute types before checking inlining compatibility](https://github.com/rust-lang/rust/pull/113802)
7
+- [Fix ICE: don't use `can_eq` in `derive(..)` suggestion for missing method](https://github.com/rust-lang/rust/pull/111516)
8
+- [Fix building Rust 1.71.0 from the source tarball](https://github.com/rust-lang/rust/issues/113678)
9
10
Version 1.71.0 (2023-07-13)
11
==========================
12
0 commit comments