File tree
7 files changed
+97
-8
lines changed- compiler/rustc_mir_transform/src
- src/doc
- tests/ui/mir/enum
7 files changed
+97
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
337 | 338 | | |
338 | 339 | | |
339 | 340 | | |
340 | | - | |
| 341 | + | |
341 | 342 | | |
342 | 343 | | |
343 | 344 | | |
| |||
348 | 349 | | |
349 | 350 | | |
350 | 351 | | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
351 | 371 | | |
352 | 372 | | |
353 | 373 | | |
354 | 374 | | |
355 | | - | |
| 375 | + | |
356 | 376 | | |
357 | | - | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
358 | 380 | | |
359 | 381 | | |
360 | 382 | | |
| |||
371 | 393 | | |
372 | 394 | | |
373 | 395 | | |
374 | | - | |
| 396 | + | |
375 | 397 | | |
376 | 398 | | |
377 | 399 | | |
| |||
- listings/ch12-an-io-project/listing-12-19/src/lib.rs-2
- listings/ch13-functional-features/listing-12-23-reproduced/src/lib.rs+47
- listings/ch13-functional-features/listing-12-23-reproduced/src/main.rs+2-47
- listings/ch13-functional-features/listing-12-24-reproduced/src/lib.rs+45
- listings/ch13-functional-features/listing-12-24-reproduced/src/main.rs+2-45
- listings/ch13-functional-features/listing-13-18/src/lib.rs+45
- listings/ch13-functional-features/listing-13-18/src/main.rs+2-45
- listings/ch13-functional-features/listing-13-19/src/lib.rs+50
- listings/ch13-functional-features/listing-13-19/src/main.rs+2-51
- listings/ch13-functional-features/listing-13-20/src/lib.rs+54
- listings/ch13-functional-features/listing-13-20/src/main.rs+2-54
- listings/ch13-functional-features/listing-13-22/src/lib.rs+52
- listings/ch13-functional-features/listing-13-22/src/main.rs+5-37
- listings/ch14-more-about-cargo/output-only-02-add-one/add/Cargo.toml+1-1
- nostarch/chapter13.md+155-122
- nostarch/chapter14.md+95-106
- nostarch/docx/chapter13.docx
- nostarch/docx/chapter14.docx
- src/ch13-01-closures.md+38-41
- src/ch13-02-iterators.md+12-11
- src/ch13-03-improving-our-io-project.md+27-40
- src/ch13-04-performance.md+48-7
- src/ch14-00-more-about-cargo.md+3-3
- src/ch14-01-release-profiles.md+1-1
- src/ch14-02-publishing-to-crates-io.md+28-34
- src/ch14-03-cargo-workspaces.md+10-11
- src/ch14-04-installing-binaries.md+1-2
- src/ch14-05-extending-cargo.md+1-1
- src/img/trpl14-01.png
- src/img/trpl14-02.png
- src/img/trpl14-03.png
- src/img/trpl14-04.png
Submodule embedded-book updated 1 file
Submodule rust-by-example updated 1 file
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 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 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
0 commit comments