Skip to content

Commit 12dc9a7

Browse files
yeahwhatevermarijnh
authored andcommitted
---
yaml --- r: 13780 b: refs/heads/try c: edd8612 h: refs/heads/master v: v3
1 parent 7f481c6 commit 12dc9a7

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
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: b02b65a5476000b62586fa09b03eb1f20d55bb61
5+
refs/heads/try: edd86126f7d35c698d93236cdcc713e5f0a2db53
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/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)