Skip to content

Commit 38dc5b5

Browse files
committed
---
yaml --- r: 134689 b: refs/heads/try c: bfb5fb3 h: refs/heads/master i: 134687: 69a8cec v: v3
1 parent 622633b commit 38dc5b5

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 58413c09cd52ea4005d6ea7733ba1fb3a8f36589
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 437179ed8bf7f7672f84b19265df1ce569e70490
5-
refs/heads/try: eaa7b8eb4c033d6ae5e9f29fe6a80f40f9865719
5+
refs/heads/try: bfb5fb3b451a9822be513b98c72ddee46bf66363
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/doc/reference.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,6 @@ features in Rust, so what you're looking for may be there, not here.
2626
[guide]: guide.html
2727
[standard]: std/index.html
2828

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-
5229
# Notation
5330

5431
Rust's grammar is defined over Unicode codepoints, each conventionally denoted

0 commit comments

Comments
 (0)