From 6bd1b5f2f0d894a2f358701c6254dc459d507ef2 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Tue, 22 Feb 2022 15:35:22 -0500 Subject: [PATCH] Note unreachable behavior --- RELEASES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASES.md b/RELEASES.md index 2bf212123d43a..37b41d264229d 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 ----------------