-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule rust-by-example
updated
4 files
+1 −1 | src/error/option_unwrap/defaults.md | |
+3 −1 | src/scope/borrow.md | |
+3 −2 | src/scope/lifetime/fn.md | |
+27 −2 | src/scope/lifetime/static_lifetime.md |
Submodule rustc-dev-guide
updated
15 files
+1 −0 | src/SUMMARY.md | |
+1 −1 | src/appendix/glossary.md | |
+3 −2 | src/backend/updating-llvm.md | |
+154 −0 | src/borrow_check/drop_check.md | |
+2 −2 | src/building/how-to-build-and-run.md | |
+7 −6 | src/building/suggested.md | |
+11 −11 | src/early-late-bound.md | |
+25 −26 | src/generics.md | |
+42 −0 | src/licenses.md | |
+17 −16 | src/llvm-coverage-instrumentation.md | |
+5 −5 | src/memory.md | |
+2 −2 | src/return-position-impl-trait-in-trait.md | |
+2 −2 | src/rustdoc-internals.md | |
+9 −3 | src/tests/compiletest.md | |
+17 −15 | src/ty.md |