diff --git a/src/changelog.rst b/src/changelog.rst index e9baad4c..87ed090e 100644 --- a/src/changelog.rst +++ b/src/changelog.rst @@ -33,6 +33,9 @@ Language changes in Rust 1.93.0 - `Stabilize asm_cfg `_ - `During const-evaluation, support copying pointers byte-by-byte `_ + + - No change: FLS enumerates constant-expression forms but does not specify the byte-level const-eval memory model or pointer provenance, so this interpreter fix does not map to a narrowly specified rule without a broader const-eval specification. + - `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) `_