@@ -84,7 +84,6 @@ supported build environments that are most likely to work.
84
84
> know.
85
85
86
86
[ bug-3319 ] : https://github.com/mozilla/rust/issues/3319
87
- [ wiki-start ] : https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
88
87
89
88
To build from source you will also need the following prerequisite
90
89
packages:
@@ -118,7 +117,6 @@ API-documentation tool; `rustpkg`, the Rust package manager;
118
117
` rusti ` , the Rust REPL; and ` rust ` , a tool which acts both as a unified
119
118
interface for them, and for a few common command line scenarios.
120
119
121
- [ wiki-start ] : https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
122
120
[ tarball ] : http://static.rust-lang.org/dist/rust-0.7.tar.gz
123
121
[ win-exe ] : http://static.rust-lang.org/dist/rust-0.7-install.exe
124
122
@@ -410,8 +408,6 @@ println(fmt!("what is this thing: %?", mystery_object));
410
408
411
409
You can define your own syntax extensions with the macro system. For details, see the [ macro tutorial] [ macros ] .
412
410
413
- [ macros ] : tutorial-macros.html
414
-
415
411
# Control structures
416
412
417
413
## Conditionals
@@ -1512,8 +1508,6 @@ closures, but they also own them: that is, no other code can access
1512
1508
them. Owned closures are used in concurrent code, particularly
1513
1509
for spawning [ tasks] [ tasks ] .
1514
1510
1515
- [ tasks ] : tutorial-tasks.html
1516
-
1517
1511
## Closure compatibility
1518
1512
1519
1513
Rust closures have a convenient subtyping property: you can pass any kind of
@@ -2534,6 +2528,7 @@ There is further documentation on the [wiki].
2534
2528
[ ffi ] : tutorial-ffi.html
2535
2529
2536
2530
[ wiki ] : https://github.com/mozilla/rust/wiki/Docs
2531
+ [ wiki-start ] : https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
2537
2532
[ unit testing ] : https://github.com/mozilla/rust/wiki/Doc-unit-testing
2538
2533
[ rustdoc ] : https://github.com/mozilla/rust/wiki/Doc-using-rustdoc
2539
2534
[ cargo ] : https://github.com/mozilla/rust/wiki/Doc-using-cargo-to-manage-packages
0 commit comments