File tree
6 files changed
+6
-6
lines changed- src/doc
6 files changed
+6
-6
lines changed- listings/ch09-error-handling/listing-09-13/src/lib.rs+17
- listings/ch09-error-handling/listing-09-13/src/main.rs+1-20
- listings/ch10-generic-types-traits-and-lifetimes/listing-10-24/src/main.rs+1-1
- listings/ch10-generic-types-traits-and-lifetimes/no-listing-10-lifetimes-on-methods/src/main.rs+1-1
- nostarch/chapter09.md+261-222
- nostarch/chapter10.md+218-187
- packages/mdbook-trpl-listing/src/lib.rs+1-1
- packages/mdbook-trpl-note/src/lib.rs+1-1
- packages/tools/src/bin/remove_markup.rs+1-1
- src/ch02-00-guessing-game-tutorial.md+11-12
- src/ch03-05-control-flow.md+6-7
- src/ch09-00-error-handling.md+1-1
- src/ch09-01-unrecoverable-errors-with-panic.md+37-35
- src/ch09-02-recoverable-errors-with-result.md+43-41
- src/ch09-03-to-panic-or-not-to-panic.md+22-23
- src/ch10-00-generics.md+14-14
- src/ch10-01-syntax.md+23-22
- src/ch10-02-traits.md+35-34
- src/ch10-03-lifetime-syntax.md+42-43
- src/ch20-01-single-threaded.md+4-4
- src/ch20-03-graceful-shutdown-and-cleanup.md+4-4
- tools/nostarch.sh+8
Submodule embedded-book updated 1 file
Submodule rustc-dev-guide updated 22 files
- src/SUMMARY.md+12-7
- src/borrow_check/opaque-types-region-inference-restrictions.md+3-3
- src/bound-vars-and-params.md-59
- src/building/bootstrapping/what-bootstrapping-does.md+1-1
- src/building/quickstart.md+1-1
- src/building/suggested.md+1-2
- src/generic_arguments.md-50
- src/generic_parameters_summary.md+7
- src/generics.md-144
- src/notification-groups/about.md+1
- src/notification-groups/rust-for-linux.md+23
- src/overview.md+3-3
- src/return-position-impl-trait-in-trait.md+1-1
- src/ty-fold.md+3-4
- src/ty.md+1-78
- src/ty_module/binders.md+51
- src/ty_module/early_binder.md+76
- src/ty_module/generic_arguments.md+128
- src/ty_module/instantiating_binders.md+145
- src/ty_module/param_ty_const_regions.md+98
- src/walkthrough.md+1-1
- src/what_is_ty_generics.md+21
0 commit comments