Skip to content

Commit 783c8fb

Browse files
committed
---
yaml --- r: 35808 b: refs/heads/try2 c: 8f9bb5d h: refs/heads/master v: v3
1 parent d4e3d01 commit 783c8fb

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: d81a7aba3cc634ae11c412f528591a1647a02de1
8+
refs/heads/try2: 8f9bb5d2030abf71b42af1898d67446e11678c99
99
refs/heads/incoming: d9317a174e434d4c99fc1a37fd7dc0d2f5328d37
1010
refs/heads/dist-snap: 22efa39382d41b084fde1719df7ae8ce5697d8c9
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try2/doc/rust.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ If you have suggestions to make, please try to focus them on *reductions* to
4141
the language: possible features that can be combined or omitted. We aim to
4242
keep the size and complexity of the language under control.
4343

44-
> **Note:** This manual is very out of date. The best source of Rust
45-
> documentation is currently the tutorial.
46-
4744
> **Note:** The grammar for Rust given in this document is rough and
4845
> very incomplete; only a modest number of sections have accompanying grammar
4946
> rules. Formalizing the grammar accepted by the Rust parser is ongoing work,
@@ -1370,10 +1367,8 @@ mod bar {
13701367
fn add(x: int, y: int) { x + y }
13711368
~~~~~~~~
13721369

1373-
In future versions of Rust, user-provided extensions to the compiler will be
1374-
able to interpret attributes. When this facility is provided, the compiler
1375-
will distinguish will be made between language-reserved and user-available
1376-
attributes.
1370+
> **Note:** In future versions of Rust, user-provided extensions to the compiler will be able to interpret attributes.
1371+
> When this facility is provided, the compiler will distinguish between language-reserved and user-available attributes.
13771372
13781373
At present, only the Rust compiler interprets attributes, so all attribute
13791374
names are effectively reserved. Some significant attributes include:
@@ -2938,8 +2933,8 @@ An example of a *receive*:
29382933
let s = comm::recv(po);
29392934
~~~~~~~~
29402935

2941-
Note: this communication system will be replaced by a higher-performance system called "pipes",
2942-
in future versions of Rust.
2936+
> **Note:** this communication system will be replaced by a higher-performance system called "pipes",
2937+
> in future versions of Rust.
29432938
29442939

29452940
# Runtime services, linkage and debugging
@@ -2951,7 +2946,7 @@ run-time. It is smaller and simpler than many modern language runtimes. It is
29512946
tightly integrated into the language's execution model of memory, tasks,
29522947
communication and logging.
29532948

2954-
Note: The runtime library will merge with the `core` library in future versions of Rust.
2949+
> **Note:** The runtime library will merge with the `core` library in future versions of Rust.
29552950
29562951
### Memory allocation
29572952

0 commit comments

Comments
 (0)