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) `_