Skip to content

Commit 1e3b8fb

Browse files
yeahwhatevermarijnh
authored andcommitted
---
yaml --- r: 7794 b: refs/heads/snap-stage3 c: edd8612 h: refs/heads/master v: v3
1 parent eea1b1c commit 1e3b8fb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: b02b65a5476000b62586fa09b03eb1f20d55bb61
4+
refs/heads/snap-stage3: edd86126f7d35c698d93236cdcc713e5f0a2db53
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/doc/rust.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,9 @@ accessed through the components `x` and `y`, and laid out in memory with the
10581058
An _enumeration item_ simultaneously declares a new nominal
10591059
[enumerated type](#enumerated-types) as well as a set of *constructors* that
10601060
can be used to create or pattern-match values of the corresponding enumerated
1061-
type.
1061+
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.
10621064

10631065
The constructors of an `enum` type may be recursive: that is, each constructor
10641066
may take an argument that refers, directly or indirectly, to the enumerated

0 commit comments

Comments
 (0)