File tree
6 files changed
+6
-6
lines changed- src/doc
6 files changed
+6
-6
lines changed- listings/ch11-writing-automated-tests/listing-11-01/src/lib.rs+2-1
- listings/ch19-advanced-features/listing-19-05/output.txt+9-9
- listings/ch19-advanced-features/listing-19-05/src/main.rs+3-3
- listings/ch19-advanced-features/listing-19-06/src/main.rs+3-3
- listings/ch19-advanced-features/listing-19-07/src/main.rs+1-1
- listings/ch19-advanced-features/listing-19-31/hello_macro/hello_macro_derive/src/lib.rs-2
- listings/ch19-advanced-features/listing-19-33/hello_macro/hello_macro_derive/src/lib.rs-2
- listings/ch19-advanced-features/no-listing-21-pancakes/hello_macro/hello_macro_derive/src/lib.rs-2
- src/ch01-03-hello-cargo.md+1
- src/ch03-05-control-flow.md+1-1
- src/ch11-01-writing-tests.md+10
- src/ch19-01-unsafe-rust.md+1-1
- src/ch19-03-advanced-traits.md+11-11
- src/ch19-04-advanced-types.md+1-2
- src/ch19-05-advanced-functions-and-closures.md+6-7
- src/ch19-06-macros.md+2-2
Submodule rust-by-example updated 9 files
- src/SUMMARY.md+1
- src/error/abort_unwind.md+51
- src/error/iter_result.md+19
- src/error/option_unwrap/question_mark.md+1-1
- src/flow_control/match/destructuring/destructure_slice.md+1-1
- src/fn/closures/closure_examples/iter_any.md+1-1
- src/fn/closures/closure_examples/iter_find.md+6-3
- src/hello/print.md+7
- src/unsafe/asm.md+36-32
Submodule rustc-dev-guide updated 14 files
- src/appendix/code-index.md+1-1
- src/appendix/glossary.md+4-4
- src/building/bootstrapping.md+1-1
- src/building/how-to-build-and-run.md+1-1
- src/getting-started.md+4
- src/llvm-coverage-instrumentation.md+9-10
- src/mir/dataflow.md+2-2
- src/overview.md+1-1
- src/profile-guided-optimization.md+1-1
- src/profiling.md+3-3
- src/query.md+51-46
- src/tests/headers.md+2
- src/tests/ui.md+15
- src/ty.md+1-1
0 commit comments