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.
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule book
updated
50 files
Submodule edition-guide
updated
5 files
Submodule reference
updated
12 files
+1 −1 | mdbook-spec/src/std_links.rs | |
+2 −1 | src/expressions/await-expr.md | |
+7 −1 | src/expressions/call-expr.md | |
+27 −2 | src/expressions/closure-expr.md | |
+1 −1 | src/items/modules.md | |
+3 −0 | src/items/traits.md | |
+580 −73 | src/types/closure.md | |
+1 −1 | src/types/function-item.md | |
+1 −1 | src/types/function-pointer.md | |
+1 −1 | src/types/impl-trait.md | |
+1 −1 | src/types/textual.md | |
+11 −0 | triagebot.toml |
Submodule rustc-dev-guide
updated
8 files
+0 −1 | src/appendix/bibliography.md | |
+0 −1 | src/appendix/glossary.md | |
+0 −74 | src/backend/monomorph.md | |
+29 −0 | src/borrow_check/region_inference/closure_constraints.md | |
+14 −8 | src/git.md | |
+8 −9 | src/queries/incremental-compilation-in-detail.md | |
+4 −1 | src/tests/directives.md | |
+0 −3 | src/tests/ui.md |