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 9c9615a commit 323550fCopy full SHA for 323550f
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 28e8542c549a3f1d8b672a0398869472ccd2e780
+refs/heads/master: 67ee95e943163d8d3dad439bfb0ce94e3e9c9aa4
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
5
refs/heads/try: ef355f6332f83371e4acf04fc4eb940ab41d78d3
trunk/doc/rust.md
@@ -1117,6 +1117,7 @@ a = Cat{ name: ~"Spotty", weight: 2.7 };
1117
1118
In this example, `Cat` is a _struct-like enum variant_,
1119
whereas `Dog` is simply called an enum variant.
1120
+
1121
### Constants
1122
1123
~~~~~~~~ {.ebnf .gram}
0 commit comments