File tree 13 files changed +18
-21
lines changed 13 files changed +18
-21
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ Here are the relevant sections in the new and old books:
20
20
21
21
22
22
[ 1 ] : first-edition/associated-types.html
23
- [ 2 ] : second-edition/ch19-03-advanced-traits.html#associated-types
23
+ [ 2 ] : second-edition/ch19-03-advanced-traits.html#associated-types-specify-placeholder-types-in-trait-definitions
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ fn average(values: &[f64]) -> f64 {
20
20
21
21
Here are the relevant sections in the new and old books:
22
22
23
- * ** [ In the second edition: Appendix B — Operators, section Type Cast Expressions ] [ 2 ] **
23
+ * ** [ In the second edition: Appendix A — Keywords ] [ 2 ] **
24
24
* [ In the Rust Reference: Type Cast Expressions] [ 3 ]
25
25
* [ In the Rust documentation: ` mem::transmute ` ] [ 4 ]
26
26
* <small >[ In the first edition: Ch 3.29 — Casting between types] [ 1 ] </small >
27
27
28
28
29
29
[ 1 ] : first-edition/casting-between-types.html
30
- [ 2 ] : second-edition/appendix-02-operators .html#type-cast-expressions
30
+ [ 2 ] : second-edition/appendix-01-keywords .html
31
31
[ 3 ] : ../reference/expressions/operator-expr.html#type-cast-expressions
32
32
[ 4 ] : ../std/mem/fn.transmute.html
Original file line number Diff line number Diff line change 9
9
This particular chapter has moved to [ the Unstable Book] [ 2 ] .
10
10
11
11
* ** [ In the Unstable Rust Book: ` plugin ` ] [ 2 ] **
12
- * <small ><del >[ In the first edition: Compiler Plugins] [ 1 ] </del > (does not exist anymore)</small >
13
12
14
-
15
- [ 1 ] : first-edition/compiler-plugins.html
16
13
[ 2 ] : ../unstable-book/language-features/plugin.html
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ The best place to learn about it is [the Rust Reference][3].
24
24
25
25
26
26
[ 1 ] : first-edition/conditional-compilation.html
27
- [ 2 ] : second-edition/
27
+ [ 2 ] : second-edition/index.html
28
28
[ 3 ] : ../reference/attributes.html#conditional-compilation
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ It is recommended to start there.
11
11
12
12
13
13
[ 1 ] : first-edition/effective-rust.html
14
- [ 2 ] : second-edition/
14
+ [ 2 ] : second-edition/index.html
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ Here are the relevant sections in the new and old books:
26
26
27
27
28
28
[ 1 ] : first-edition/ffi.html
29
- [ 2 ] : second-edition/ch19-01-unsafe-rust.html#extern-- functions-for-calling -external-code-are-unsafe
29
+ [ 2 ] : second-edition/ch19-01-unsafe-rust.html#using- extern-functions-to-call -external-code
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ It is recommended to start there.
11
11
12
12
13
13
[ 1 ] : first-edition/glossary.html
14
- [ 2 ] : second-edition/
14
+ [ 2 ] : second-edition/index.html
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ You can check out other resources that describe macros.
21
21
22
22
* ** [ Rust By Example: Macros] [ 3 ] **
23
23
* [ In the Rust Reference: Ch 3.1 — Macros by Example] [ 4 ]
24
- * [ In the second edition: (future) Appendix E — Macros] [ 2 ]
24
+ * [ In the second edition: (future) Appendix D — Macros] [ 2 ]
25
25
* <small >[ In the first edition: Ch 3.34 — Macros] [ 1 ] </small >
26
26
27
27
28
28
[ 1 ] : first-edition/macros.html
29
- [ 2 ] : second-edition/appendix-05 -macros.html
29
+ [ 2 ] : second-edition/appendix-04 -macros.html
30
30
[ 3 ] : https://rustbyexample.com/macros.html
31
31
[ 4 ] : ../reference/macros-by-example.html
Original file line number Diff line number Diff line change @@ -39,5 +39,5 @@ Here are the relevant sections in the new and old books:
39
39
* <small >[ In the first edition: Ch 3.32 — Operators and Overloading] [ 1 ] </small >
40
40
41
41
[ 1 ] : first-edition/operators-and-overloading.html
42
- [ 2 ] : second-edition/ch19-03-advanced-traits.html#operator-overloading-and- default-type-parameters
43
- [ 3 ] : ../std/ops/
42
+ [ 2 ] : second-edition/ch19-03-advanced-traits.html#default-generic- type-parameters-and-operator-overloading
43
+ [ 3 ] : ../std/ops/index.html
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ You can check out other resources that describe macros.
11
11
12
12
* ** [ In the Rust Reference: Ch 3.2 — Procedural Macros] [ 4 ] **
13
13
* [ The ` proc_macro ` crate documentation] [ 3 ]
14
- * [ In the second edition: (future) Appendix E — Macros] [ 2 ]
14
+ * [ In the second edition: (future) Appendix D — Macros] [ 2 ]
15
15
* <small >[ In the first edition: Ch 4.13 — Procedural Macros (and custom Derive)] [ 1 ] </small >
16
16
17
17
18
18
[ 1 ] : first-edition/procedural-macros.html
19
- [ 2 ] : second-edition/appendix-05 -macros.html
20
- [ 3 ] : ../stable/ proc_macro/index.html
19
+ [ 2 ] : second-edition/appendix-04 -macros.html
20
+ [ 3 ] : ../proc_macro/index.html
21
21
[ 4 ] : ../reference/procedural-macros.html
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ You can check out other resources that describe release channels.
16
16
* ** [ In the Rustup documentation: Keeping Rust Up-to-date] [ 4 ] **
17
17
* [ On the website: Install Rust] [ 5 ]
18
18
* [ In the Rust RFCs: RFC 507 — Release Channels] [ 3 ]
19
- * [ In the second edition: (future) Appendix D — Nightly Rust] [ 2 ]
19
+ * [ In the second edition: How Rust is Made and “ Nightly Rust” ] [ 2 ]
20
20
* <small >[ In the first edition: Ch 4.11 — Release Channels] [ 1 ] </small >
21
21
22
22
23
23
[ 1 ] : first-edition/release-channels.html
24
- [ 2 ] : second-edition/appendix-04 -nightly-rust.html
24
+ [ 2 ] : second-edition/ch01-03-how-rust-is-made-and -nightly-rust.html
25
25
[ 3 ] : https://github.com/rust-lang/rfcs/blob/master/text/0507-release-channels.md
26
26
[ 4 ] : https://github.com/rust-lang-nursery/rustup.rs/blob/master/README.md#keeping-rust-up-to-date
27
27
[ 5 ] : https://www.rust-lang.org/en-US/install.html
Original file line number Diff line number Diff line change @@ -51,4 +51,4 @@ Here are the relevant sections in the new and old books:
51
51
52
52
53
53
[ 1 ] : first-edition/ufcs.html
54
- [ 2 ] : second-edition/ch19-03-advanced-traits.html#fully-qualified-syntax-for-disambiguation
54
+ [ 2 ] : second-edition/ch19-03-advanced-traits.html#fully-qualified-syntax-for-disambiguation-calling-methods-with-the-same-name
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ Here are the relevant sections in the new and old books:
15
15
16
16
[ 1 ] : first-edition/unsafe.html
17
17
[ 2 ] : second-edition/ch19-01-unsafe-rust.html
18
- [ 3 ] : ../nomicon/
18
+ [ 3 ] : ../nomicon/index.html
You can’t perform that action at this time.
0 commit comments