File tree
18 files changed
+127
-15
lines changed- src
- doc
 - librustc/session
 - libstd/os/linux
 - test/ui
- async-await
 - issues
- auxiliary
 
 
 
 
18 files changed
+127
-15
lines changedSubmodule edition-guide updated from f6c8b92 to e58bc4c
Submodule nomicon updated from b7f0aba to 8a7d056
Submodule reference updated from 8e7d614 to b4b3536
Submodule rust-by-example updated 31 files
- src/SUMMARY.md+1
 - src/attribute/cfg/custom.md+1-1
 - src/attribute/crate.md+1-1
 - src/cargo/test.md+6-6
 - src/crates/lib.md+1-1
 - src/crates/link.md+1-1
 - src/error/iter_result.md+2-2
 - src/error/option_unwrap.md+1-1
 - src/error/panic.md+1-1
 - src/flow_control/if_let.md+2-2
 - src/flow_control/match/binding.md+2-2
 - src/flow_control/match/destructuring.md+1-1
 - src/generics/impl.md+13-9
 - src/macros/dry.md+1-1
 - src/meta/doc.md+1-1
 - src/mod/split.md+2-2
 - src/scope/borrow/alias.md+3-3
 - src/scope/borrow/freeze.md+4-2
 - src/scope/raii.md+1-1
 - src/std/panic.md+1-1
 - src/std/rc.md+54
 - src/std_misc/arg.md+1-1
 - src/std_misc/arg/matching.md+1-1
 - src/std_misc/file/create.md+1-1
 - src/std_misc/file/open.md+1-1
 - src/std_misc/file/read_lines.md+5-5
 - src/std_misc/fs.md+2-2
 - src/testing/dev_dependencies.md+1-1
 - src/testing/doc_testing.md+1-1
 - src/testing/integration_testing.md+1-1
 - src/testing/unit_testing.md+10-8
 
Submodule rustc-guide updated from b5a2b93 to 6f4ba67
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
1155 | 1155 |  | |
1156 | 1156 |  | |
1157 | 1157 |  | |
1158 |  | - | |
 | 1158 | + | |
1159 | 1159 |  | |
1160 | 1160 |  | |
1161 | 1161 |  | |
 | |||
1208 | 1208 |  | |
1209 | 1209 |  | |
1210 | 1210 |  | |
1211 |  | - | |
 | 1211 | + | |
1212 | 1212 |  | |
1213 | 1213 |  | |
1214 | 1214 |  | |
 | |||
1255 | 1255 |  | |
1256 | 1256 |  | |
1257 | 1257 |  | |
1258 |  | - | |
 | 1258 | + | |
1259 | 1259 |  | |
1260 | 1260 |  | |
1261 | 1261 |  | |
 | |||
1375 | 1375 |  | |
1376 | 1376 |  | |
1377 | 1377 |  | |
1378 |  | - | |
 | 1378 | + | |
1379 | 1379 |  | |
1380 | 1380 |  | |
1381 | 1381 |  | |
1382 |  | - | |
 | 1382 | + | |
1383 | 1383 |  | |
1384 | 1384 |  | |
1385 | 1385 |  | |
 | |||
1417 | 1417 |  | |
1418 | 1418 |  | |
1419 | 1419 |  | |
1420 |  | - | |
 | 1420 | + | |
1421 | 1421 |  | |
1422 | 1422 |  | |
1423 | 1423 |  | |
 | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
34 | 34 |  | |
35 | 35 |  | |
36 | 36 |  | |
37 |  | - | |
38 |  | - | |
39 |  | - | |
 | 37 | + | |
 | 38 | + | |
 | 39 | + | |
 | 40 | + | |
40 | 41 |  | |
41 | 42 |  | |
42 | 43 |  | |
 | |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
 | 1 | + | |
 | 2 | + | |
 | 3 | + | |
 | 4 | + | |
 | 5 | + | |
 | 6 | + | |
 | 7 | + | |
 | 8 | + | |
 | 9 | + | |
 | 10 | + | |
 | 11 | + | |
 | 12 | + | |
 | 13 | + | |
 | 14 | + | |
 | 15 | + | |
 | 16 | + | |
 | 17 | + | |
 | 18 | + | |
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
 | 1 | + | |
 | 2 | + | |
 | 3 | + | |
 | 4 | + | |
 | 5 | + | |
 | 6 | + | |
 | 7 | + | |
 | 8 | + | |
 | 9 | + | |
 | 10 | + | |
 | 11 | + | |
 | 12 | + | |
 | 13 | + | |
 | 14 | + | |
 | 15 | + | |
 | 16 | + | |
0 commit comments