diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2015-09-11 10:09:22 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2015-09-11 10:09:22 +0300 |
| commit | 9f1f4c16aa8d6d76f5ead50bfd9eeb1329dfe56b (patch) | |
| tree | 3645d1a68aae74b02eb093122430de805c92e327 /src/doc/reference.md | |
| parent | 5f9f0b7cc34141a661822e67a3f05beef27f20dd (diff) | |
| download | rust-9f1f4c16aa8d6d76f5ead50bfd9eeb1329dfe56b.tar.gz rust-9f1f4c16aa8d6d76f5ead50bfd9eeb1329dfe56b.zip | |
Remove some remains of virtual structs from the parser
Diffstat (limited to 'src/doc/reference.md')
| -rw-r--r-- | src/doc/reference.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index 6d04a7dcb08..6cdcf970a73 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -2367,9 +2367,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_inherit` - Allows using struct inheritance, which is barely - implemented and will probably be removed. Don't use this. - * `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 |
