From 9ca58add0869f27a50582914971924b697572046 Mon Sep 17 00:00:00 2001 From: lcnr Date: Wed, 23 Feb 2022 15:28:25 +0100 Subject: [PATCH 1/2] update const_generics_defaults release notes --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 37b41d264229d..ae45ddc66c80f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -4,7 +4,7 @@ Version 1.59.0 (2022-02-24) Language -------- -- [Stabilize default arguments for const generics][90207] +- [Stabilize default arguments for const generics and remove the ordering restriction for type and const parameters][90207] - [Stabilize destructuring assignment][90521] - [Relax private in public lint on generic bounds and where clauses of trait impls][90586] - [Stabilize asm! and global_asm! for x86, x86_64, ARM, Aarch64, and RISC-V][91728] From 746970da4bae38c840d97502bc0c11e2265e5211 Mon Sep 17 00:00:00 2001 From: lcnr Date: Wed, 23 Feb 2022 15:31:04 +0100 Subject: [PATCH 2/2] fix wording --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index ae45ddc66c80f..604a9d12b4095 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -4,7 +4,7 @@ Version 1.59.0 (2022-02-24) Language -------- -- [Stabilize default arguments for const generics and remove the ordering restriction for type and const parameters][90207] +- [Stabilize default arguments for const parameters and remove the ordering restriction for type and const parameters][90207] - [Stabilize destructuring assignment][90521] - [Relax private in public lint on generic bounds and where clauses of trait impls][90586] - [Stabilize asm! and global_asm! for x86, x86_64, ARM, Aarch64, and RISC-V][91728]