Skip to content

Commit beeb298

Browse files
committed
---
yaml --- r: 24276 b: refs/heads/master c: 4e2899b h: refs/heads/master v: v3
1 parent ef622fd commit beeb298

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,5 +1,5 @@
11
---
2-
refs/heads/master: 9b64d71848c2121e7ceac00de24a624d63c2dad4
2+
refs/heads/master: 4e2899ba883c706c3ac9e3bd2fe01f8125bf28cf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/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)