Skip to content

Commit b9a7601

Browse files
authored
Expand a couple points in 1.22.0 release notes
1 parent 421a211 commit b9a7601

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

RELEASES.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Language
77
- [Now accepts underscores in unicode escapes][43716]
88
- [`#![feature(const_fn)]` is now no longer required for
99
calling const functions.][43017] It's still required for creating
10-
constant functions.
10+
constant functions, and const functions in the standard libraries
11+
now have individual feature gates.
1112
- [`T op= &T` now works for numeric types.][44287] eg. `let mut x = 2; x += &8;`
1213
- [types that impl `Drop` are now allowed in `const` and `static` types][44456]
1314

@@ -45,8 +46,8 @@ Cargo
4546
Misc
4647
----
4748
- [`libbacktrace` is now available on Apple platforms.][44251]
48-
- [Stabilised the `compile_fail` attribute for code fences.][43949] This now
49-
lets you specify that a given code example will fail to compile.
49+
- [Stabilised the `compile_fail` attribute for code fences in doc-comments.][43949]
50+
This now lets you specify that a given code example will fail to compile.
5051

5152
Compatibility Notes
5253
-------------------

0 commit comments

Comments
 (0)