diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2016-10-06 16:44:59 +1300 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2016-10-12 08:40:22 +1300 |
| commit | a94f5934cd6d2a1fe88b06f2ae7e90b5367fc560 (patch) | |
| tree | 8941049fdc476a0de38a82f294eccf16c7a02b3a /src/doc | |
| parent | 9bc6d2609233cece91803a8163dc3ba5579dfde8 (diff) | |
Stabilise attributes on statements.
Note that attributes on expressions are still unstable and are behind the `stmt_expr_attributes` flag. cc [Tracking issue](https://github.com/rust-lang/rust/issues/15701)
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/reference.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index 08ff982d4d7..84f459bf872 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -2472,8 +2472,7 @@ The currently implemented features of the reference compiler are: * - `default_type_parameter_fallback` - Allows type parameter defaults to influence type inference. -* - `stmt_expr_attributes` - Allows attributes on expressions and - non-item statements. +* - `stmt_expr_attributes` - Allows attributes on expressions. * - `type_ascription` - Allows type ascription expressions `expr: Type`. |
