From e1bfc08a307b932db92bfe10fcf84205266bbf94 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Fri, 17 Apr 2026 20:32:51 +0200 Subject: [PATCH] mark a release note entry as outside FLS scope --- src/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changelog.rst b/src/changelog.rst index 09c9ae55..f4ef657f 100644 --- a/src/changelog.rst +++ b/src/changelog.rst @@ -34,6 +34,9 @@ Language changes in Rust 1.95.0 - `const-eval: be more consistent in the behavior of padding during typed copies `_ - `Const blocks are no longer evaluated to determine if expressions involving fallible operations can implicitly be constant-promoted `_ + + - This implementation-specifc behavior is outside the scope of the FLS. + - `Make operational semantics of pattern matching independent of crate and module `_ Language changes in Rust 1.94.0