We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3ae57 commit 73921f6Copy full SHA for 73921f6
RELEASES.md
@@ -25,7 +25,7 @@ Language
25
- [You can now have irrefutable `if let` and `while let` patterns.][57535] Using
26
this feature will by default produce a warning as this behaviour can be
27
unintuitive. E.g. `if let _ = 5 {}`
28
-- [You can now use `let` bindings and pattern destructuring in
+- [You can now use `let` bindings, assignments, expression statements, and pattern destructuring in
29
constant functions.][57175]
30
- [You can now specify multiple attributes in a `cfg_attr` attribute.][57332]
31
E.g. `#[cfg_attr(all(), must_use, optimize)]`
0 commit comments