forked from rust-lang/rust
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#109889 - ferrocene:pa-update-books, r=ehuss
Update book, rustc-dev-guide, rust-by-example Changes from `rust-lang/book`: * rust-lang/book#3598 Changes from `rust-lang/rust-by-example`: * rust-lang/rust-by-example#1695 * rust-lang/rust-by-example#1694 * rust-lang/rust-by-example#1693 * rust-lang/rust-by-example#1688 * rust-lang/rust-by-example#1696 Changes from `rust-lang/rustc-dev-guide`: * rust-lang/rustc-dev-guide#1655 * rust-lang/rustc-dev-guide#1657 * rust-lang/rustc-dev-guide#1659 * rust-lang/rustc-dev-guide@d436bf1...fca8af6 r? `@ehuss`
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule rust-by-example
updated
6 files
+1 −0 | src/flow_control/match/guard.md | |
+0 −2 | src/hello/print.md | |
+4 −4 | src/hello/print/fmt.md | |
+1 −1 | src/scope/lifetime.md | |
+3 −0 | src/scope/raii.md | |
+3 −0 | src/std/panic.md |
Submodule rustc-dev-guide
updated
19 files
+4 −3 | examples/rustc-driver-example.rs | |
+1 −0 | examples/rustc-driver-getting-diagnostics.rs | |
+3 −2 | src/SUMMARY.md | |
+38 −0 | src/about-this-guide.md | |
+8 −1 | src/bug-fix-procedure.md | |
+31 −2 | src/building/how-to-build-and-run.md | |
+2 −0 | src/building/new-target.md | |
+2 −0 | src/building/suggested.md | |
+1 −1 | src/compiler-debugging.md | |
+101 −229 | src/contributing.md | |
+3 −0 | src/conventions.md | |
+157 −0 | src/external-repos.md | |
+1 −1 | src/fuzzing.md | |
+39 −238 | src/getting-started.md | |
+2 −0 | src/implementing_new_features.md | |
+6 −31 | src/notification-groups/cleanup-crew.md | |
+1 −1 | src/rustc-driver-getting-diagnostics.md | |
+1 −1 | src/rustc-driver-interacting-with-the-ast.md | |
+5 −3 | src/rustdoc.md |