We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd00ec commit 0673b49Copy full SHA for 0673b49
doc/rust.md
@@ -1116,9 +1116,7 @@ accessed through the components `x` and `y`, and laid out in memory with the
1116
An _enumeration item_ simultaneously declares a new nominal
1117
[enumerated type](#enumerated-types) as well as a set of *constructors* that
1118
can be used to create or pattern-match values of the corresponding enumerated
1119
-type. Note that `enum` previously was referred to as a `tag`, however this
1120
-definition has been deprecated. While `tag` is no longer used, the two are
1121
-synonymous.
+type.
1122
1123
The constructors of an `enum` type may be recursive: that is, each constructor
1124
may take an argument that refers, directly or indirectly, to the enumerated
0 commit comments