We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a7601 commit 13c1cbeCopy full SHA for 13c1cbe
RELEASES.md
@@ -5,10 +5,6 @@ Language
5
--------
6
- [`non_snake_case` lint now allows extern no-mangle functions][44966]
7
- [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.
12
- [`T op= &T` now works for numeric types.][44287] eg. `let mut x = 2; x += &8;`
13
- [types that impl `Drop` are now allowed in `const` and `static` types][44456]
14
0 commit comments