From 412c1b20fa655e6f91258f7fe4ca66a7566593cf Mon Sep 17 00:00:00 2001 From: Lukas Wirth <lukas.wirth@ferrous-systems.com> Date: Mon, 9 Sep 2024 10:47:21 +0200 Subject: [PATCH] Document Support C23's variadics without a named parameter --- src/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changelog.rst b/src/changelog.rst index 97927755..4fc06999 100644 --- a/src/changelog.rst +++ b/src/changelog.rst @@ -30,6 +30,9 @@ Language changes in Rust 1.80.0 * No change: this previous restriction is not specified in the FLS * `Support C23's variadics without a named parameter <https://github.com/rust-lang/rust/pull/124048/>`_ + + * No change: this previous restriction is not specified in the FLS + * `Stabilize `exclusive_range_pattern` feature <https://github.com/rust-lang/rust/pull/124459/>`_ * `Guarantee layout and ABI of `Result` in some scenarios <https://github.com/rust-lang/rust/pull/124870>`_