File tree
6 files changed
+6
-6
lines changed- src/doc
6 files changed
+6
-6
lines changed- src/appendix-06-translation.md+2-2
- src/ch02-00-guessing-game-tutorial.md+2-2
- src/ch05-03-method-syntax.md+1-1
- src/ch06-01-defining-an-enum.md+1-1
- src/ch06-02-match.md+1-1
- src/ch10-01-syntax.md+3-3
- src/ch14-03-cargo-workspaces.md-3
- src/ch17-03-more-futures.md-1
- src/ch20-01-unsafe-rust.md+5-2
- src/ch20-05-advanced-functions-and-closures.md+1-1
- src/ch21-00-final-project-a-web-server.md+3-3
- src/img/trpl21-01.png
Submodule edition-guide updated 6 files
- src/SUMMARY.md+1-2
- src/editions/transitioning-an-existing-project-to-a-new-edition.md+36-3
- src/rust-2024/rustfmt-assignment-operator-rhs-indentation.md-59
- src/rust-2024/rustfmt-formatting-fixes.md+644
- src/rust-2024/rustfmt-overflow-delimited-expr.md+83-3
- src/rust-2024/rustfmt-single-line-where-clauses.md-43
Submodule rustc-dev-guide updated 35 files
- .github/workflows/ci.yml+4-4
- .gitignore-3
- README.md+13-6
- book.toml+7-1
- ci/linkcheck.sh+10-9
- examples/rustc-driver-example.rs+74-74
- examples/rustc-driver-interacting-with-the-ast.rs+75-66
- examples/rustc-interface-example.rs+81
- examples/rustc-interface-getting-diagnostics.rs+15-26
- src/appendix/bibliography.md+1-1
- src/asm.md+1-1
- src/borrow_check/opaque-types-region-inference-restrictions.md+2-2
- src/borrow_check/region_inference/closure_constraints.md+5-1
- src/borrow_check/region_inference/lifetime_parameters.md+1-1
- src/building/bootstrapping/what-bootstrapping-does.md+1-1
- src/building/how-to-build-and-run.md+1-1
- src/building/suggested.md+7-3
- src/coherence.md+1-1
- src/diagnostics.md+1-1
- src/hir.md+1
- src/llvm-coverage-instrumentation.md+2-354
- src/overview.md+3-3
- src/pat-exhaustive-checking.md+1-1
- src/profiling/with_perf.md+1-1
- src/rustc-driver/getting-diagnostics.md+1-1
- src/rustc-driver/interacting-with-the-ast.md+6-7
- src/rustc-driver/intro.md+20-24
- src/tests/adding.md+1-1
- src/tests/ci.md+18-1
- src/tests/compiletest.md+11
- src/tests/directives.md+3-3
- src/tests/running.md+2-2
- src/tests/ui.md+2-6
- src/ty_module/binders.md+1-1
- src/ty_module/instantiating_binders.md+2-2
0 commit comments