From c4f8c619152da15dc65f846dcf43395859d3a757 Mon Sep 17 00:00:00 2001 From: kirtchev-adacore Date: Mon, 9 Feb 2026 15:02:59 +0200 Subject: [PATCH] [Change]: [1.93] During const-evaluation, support copying pointers byte-by-byte This PR updates the changelog only, as the FLS text already reflects to correct semantics. Issue: https://github.com/rust-lang/fls/issues/648 --- src/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changelog.rst b/src/changelog.rst index d178ac97..4b0b600e 100644 --- a/src/changelog.rst +++ b/src/changelog.rst @@ -36,6 +36,9 @@ Language changes in Rust 1.93.0 - `Stabilize asm_cfg `_ - `During const-evaluation, support copying pointers byte-by-byte `_ + + * No change: Already covered by the classification of :t:`[constant expression]s`. + - `LUB coercions now correctly handle function item types, and functions with differing safeties `_ - `Allow const items that contain mutable references to static (which is *very* unsafe, but not *always* UB) `_