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 b02b65a commit edd8612Copy full SHA for edd8612
doc/rust.md
@@ -1058,7 +1058,9 @@ accessed through the components `x` and `y`, and laid out in memory with the
1058
An _enumeration item_ simultaneously declares a new nominal
1059
[enumerated type](#enumerated-types) as well as a set of *constructors* that
1060
can be used to create or pattern-match values of the corresponding enumerated
1061
-type.
+type. Note that `enum` previously was refered to as a `tag`, however this
1062
+definition has been deprecated. While `tag` is no longer used, the two are
1063
+synonymous.
1064
1065
The constructors of an `enum` type may be recursive: that is, each constructor
1066
may take an argument that refers, directly or indirectly, to the enumerated
0 commit comments