Skip to content

Commit 80c45e3

Browse files
committed
---
yaml --- r: 22168 b: refs/heads/snap-stage3 c: 4e2899b h: refs/heads/master v: v3
1 parent 44f54e3 commit 80c45e3

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: e430a699f2c60890d9b86069fd0c68a70ece7120
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 9b64d71848c2121e7ceac00de24a624d63c2dad4
4+
refs/heads/snap-stage3: 4e2899ba883c706c3ac9e3bd2fe01f8125bf28cf
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/doc/rust.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,17 @@ If you have suggestions to make, please try to focus them on *reductions* to
4242
the language: possible features that can be combined or omitted. We aim to
4343
keep the size and complexity of the language under control.
4444

45-
**Note on grammar:** The grammar for Rust given in this document is rough and
46-
very incomplete; only a modest number of sections have accompanying grammar
47-
rules. Formalizing the grammar accepted by the Rust parser is ongoing work,
48-
but future versions of this document will contain a complete
49-
grammar. Moreover, we hope that this grammar will be extracted and verified
50-
as LL(1) by an automated grammar-analysis tool, and further tested against the
51-
Rust sources. Preliminary versions of this automation exist, but are not yet
52-
complete.
45+
> **Note:** This manual is very out of date. The best source of Rust
46+
> documentation is currently the tutorial.
47+
48+
> **Note:** The grammar for Rust given in this document is rough and
49+
> very incomplete; only a modest number of sections have accompanying grammar
50+
> rules. Formalizing the grammar accepted by the Rust parser is ongoing work,
51+
> but future versions of this document will contain a complete
52+
> grammar. Moreover, we hope that this grammar will be extracted and verified
53+
> as LL(1) by an automated grammar-analysis tool, and further tested against the
54+
> Rust sources. Preliminary versions of this automation exist, but are not yet
55+
> complete.
5356
5457
# Notation
5558

0 commit comments

Comments
 (0)