about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-02-12 10:40:07 +0100
committerGitHub <noreply@github.com>2019-02-12 10:40:07 +0100
commit73921f67e92a65be7b3fe6454ea39a973c3ab8ba (patch)
tree9f5aa71580a8243c55517ae4ceaf624e6ac1ebbc
parentfb3ae5738a2d2f1ff236c979ac75f85f1aba0061 (diff)
downloadrust-73921f67e92a65be7b3fe6454ea39a973c3ab8ba.tar.gz
rust-73921f67e92a65be7b3fe6454ea39a973c3ab8ba.zip
Update RELEASES.md
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 9be10b0cb71..23c38964abc 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -25,7 +25,7 @@ Language
 - [You can now have irrefutable `if let` and `while let` patterns.][57535] Using
   this feature will by default produce a warning as this behaviour can be
   unintuitive. E.g. `if let _ = 5 {}`
-- [You can now use `let` bindings and pattern destructuring in
+- [You can now use `let` bindings, assignments, expression statements, and pattern destructuring in
   constant functions.][57175]
 - [You can now specify multiple attributes in a `cfg_attr` attribute.][57332]
   E.g. `#[cfg_attr(all(), must_use, optimize)]`