summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-02-23 04:06:56 +0000
committerbors <bors@rust-lang.org>2022-02-23 04:06:56 +0000
commit9d1b2106e23b1abd32fce1f17267604a5102f57a (patch)
tree460c311a8015d7938ee28c8cd75e72656cbc25c8 /RELEASES.md
parent3a06854129d1ff7cb1e8a7fb62671782fe2513ba (diff)
parent6bd1b5f2f0d894a2f358701c6254dc459d507ef2 (diff)
downloadrust-1.59.0.tar.gz
rust-1.59.0.zip
Auto merge of #94265 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.59.0
[stable] 1.59.0 artifacts (second round)

This backports (from 1.60, landed in #93001):

*  Move return_self_not_must_use to pedantic rust-lang/rust-clippy#8302

Per a user report on the internals feedback thread, this lint is not behaving well in 1.59.

cc `@rust-lang/clippy` -- this is a stable backport of a patch, which we'll likely want to land in fairly short order to be in time for the release Thursday.

This PR also includes an adjustment to the release notes to reflect "Fix invalid special casing of the unreachable! macro #93179".

r? `@Mark-Simulacrum`
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 2bf212123d4..37b41d26422 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -101,6 +101,7 @@ Compatibility Notes
 - [Weaken guarantee around advancing underlying iterators in zip][83791]
 - [Make split_inclusive() on an empty slice yield an empty output][89825]
 - [Update std::env::temp_dir to use GetTempPath2 on Windows when available.][89999]
+- [unreachable! was updated to match other formatting macro behavior on Rust 2021][92137]
 
 Internal Changes
 ----------------