@@ -26,29 +26,6 @@ features in Rust, so what you're looking for may be there, not here.
26
26
[ guide ] : guide.html
27
27
[ standard ] : std/index.html
28
28
29
- ## Disclaimer
30
-
31
- Rust is a work in progress. The language continues to evolve as the design
32
- shifts and is fleshed out in working code. Certain parts work, certain parts do
33
- not, certain parts will be removed or changed.
34
-
35
- This manual is a snapshot written in the present tense. All features described
36
- exist in working code unless otherwise noted, but some are quite primitive or
37
- remain to be further modified by planned work. Some may be temporary. It is a
38
- * draft* , and we ask that you not take anything you read here as final.
39
-
40
- If you have suggestions to make, please try to focus them on * reductions* to
41
- the language: possible features that can be combined or omitted. We aim to keep
42
- the size and complexity of the language under control.
43
-
44
- > ** Note:** The grammar for Rust given in this document is rough and very
45
- > incomplete; only a modest number of sections have accompanying grammar rules.
46
- > Formalizing the grammar accepted by the Rust parser is ongoing work, but
47
- > future versions of this document will contain a complete grammar. Moreover,
48
- > we hope that this grammar will be extracted and verified as LL(1) by an
49
- > automated grammar-analysis tool, and further tested against the Rust sources.
50
- > Preliminary versions of this automation exist, but are not yet complete.
51
-
52
29
# Notation
53
30
54
31
Rust's grammar is defined over Unicode codepoints, each conventionally denoted
0 commit comments