Skip to content

Commit 13c1cbe

Browse files
authored
Remove 1.23.0 release notes entry on const_fn
It doesn’t change anything for stable users in practice. See discussion in #46148
1 parent b9a7601 commit 13c1cbe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

RELEASES.md

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ Language
55
--------
66
- [`non_snake_case` lint now allows extern no-mangle functions][44966]
77
- [Now accepts underscores in unicode escapes][43716]
8-
- [`#![feature(const_fn)]` is now no longer required for
9-
calling const functions.][43017] It's still required for creating
10-
constant functions, and const functions in the standard libraries
11-
now have individual feature gates.
128
- [`T op= &T` now works for numeric types.][44287] eg. `let mut x = 2; x += &8;`
139
- [types that impl `Drop` are now allowed in `const` and `static` types][44456]
1410

0 commit comments

Comments
 (0)