Skip to content

Commit 9a69b00

Browse files
authored
Rollup merge of #46148 - SimonSapin:patch-6, r=alexcrichton
Expand a couple points in 1.22.0 release notes Let’s not give false hopes about `const fn` :)
2 parents 5b54193 + 13c1cbe commit 9a69b00

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

RELEASES.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,9 +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.
118
- [`T op= &T` now works for numeric types.][44287] eg. `let mut x = 2; x += &8;`
129
- [types that impl `Drop` are now allowed in `const` and `static` types][44456]
1310

@@ -45,8 +42,8 @@ Cargo
4542
Misc
4643
----
4744
- [`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.
45+
- [Stabilised the `compile_fail` attribute for code fences in doc-comments.][43949]
46+
This now lets you specify that a given code example will fail to compile.
5047

5148
Compatibility Notes
5249
-------------------

0 commit comments

Comments
 (0)