@@ -42,14 +42,17 @@ If you have suggestions to make, please try to focus them on *reductions* to
42
42
the language: possible features that can be combined or omitted. We aim to
43
43
keep the size and complexity of the language under control.
44
44
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.
53
56
54
57
# Notation
55
58
0 commit comments