]> git.lizzy.rs Git - rust.git/blobdiff - src/doc/reference.md
Auto merge of #30145 - petrochenkov:hyg, r=nrc
[rust.git] / src / doc / reference.md
index 80194ea27bf5d116cb138150d428a1131db9c0b3..98074f09441c4b0e3a220f14dcdeeca803f21be4 100644 (file)
@@ -2368,6 +2368,9 @@ The currently implemented features of the reference compiler are:
                                         influence type inference.
 * - `braced_empty_structs` - Allows use of empty structs and enum variants with braces.
 
+* - `stmt_expr_attributes` - Allows attributes on expressions and
+                             non-item statements.
+
 If a feature is promoted to a language feature, then all existing programs will
 start to receive compilation warnings about `#![feature]` directives which enabled
 the new feature (because the directive is no longer necessary). However, if a