Skip to content

Commit d85ed6e

Browse files
committed
---
yaml --- r: 136623 b: refs/heads/dist-snap c: bfb5fb3 h: refs/heads/master i: 136621: 6acb09a 136619: 196e156 136615: f4f21bc 136607: e55c599 v: v3
1 parent 14e1192 commit d85ed6e

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
@@ -6,7 +6,7 @@ refs/heads/try: 189b7332968972f34cdbbbd9b62d97ababf53059
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: eaa7b8eb4c033d6ae5e9f29fe6a80f40f9865719
9+
refs/heads/dist-snap: bfb5fb3b451a9822be513b98c72ddee46bf66363
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/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)