diff options
| author | bors <bors@rust-lang.org> | 2015-11-09 11:14:26 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-11-09 11:14:26 +0000 |
| commit | 00aa3cbecc6723898a04467050891c26a7fdb758 (patch) | |
| tree | e90e14f256cc3a4d465626753fdd9b356deafc5e | |
| parent | 36f211b35324edd7efc7c291a6f15488b58e3c3b (diff) | |
| parent | 9f7afd060bfd573e079313d3c2ae4bf9b4ada0de (diff) | |
| download | rust-00aa3cbecc6723898a04467050891c26a7fdb758.tar.gz rust-00aa3cbecc6723898a04467050891c26a7fdb758.zip | |
Auto merge of #29695 - dtrebbien:remove-mention-of-struct_variant-feature, r=sanxiyn
The struct_variant feature was accepted and is no longer feature gated. See #19122, #19124 ยง6.1.6 Enumerations shows an example of a struct-like enum variant.
| -rw-r--r-- | src/doc/reference.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index e0c2f4e5c30..2ada86115b6 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -2327,13 +2327,6 @@ The currently implemented features of the reference compiler are: into a Rust program. This capability, especially the signature for the annotated function, is subject to change. -* `struct_variant` - Structural enum variants (those with named fields). It is - currently unknown whether this style of enum variant is as - fully supported as the tuple-forms, and it's not certain - that this style of variant should remain in the language. - For now this style of variant is hidden behind a feature - flag. - * `thread_local` - The usage of the `#[thread_local]` attribute is experimental and should be seen as unstable. This attribute is used to declare a `static` as being unique per-thread leveraging |
