Skip to content

Commit

Permalink
Remove 1.23.0 release notes entry on const_fn
Browse files Browse the repository at this point in the history
It doesn’t change anything for stable users in practice. See discussion in #46148
  • Loading branch information
SimonSapin committed Nov 21, 2017
1 parent b9a7601 commit 13c1cbe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions RELEASES.md
Expand Up @@ -5,10 +5,6 @@ Language
--------
- [`non_snake_case` lint now allows extern no-mangle functions][44966]
- [Now accepts underscores in unicode escapes][43716]
- [`#![feature(const_fn)]` is now no longer required for
calling const functions.][43017] It's still required for creating
constant functions, and const functions in the standard libraries
now have individual feature gates.
- [`T op= &T` now works for numeric types.][44287] eg. `let mut x = 2; x += &8;`
- [types that impl `Drop` are now allowed in `const` and `static` types][44456]

Expand Down

0 comments on commit 13c1cbe

Please sign in to comment.