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 nomicon
updated
5 files
+1 −1 | src/arc-mutex/arc-drop.md | |
+6 −0 | src/leaking.md | |
+3 −1 | src/other-reprs.md | |
+3 −3 | src/send-and-sync.md | |
+1 −1 | src/subtyping.md |
Submodule rust-by-example
updated
3 files
+1 −1 | src/fn.md | |
+1 −1 | src/hello/print/fmt.md | |
+6 −0 | src/trait/impl_trait.md |
Submodule rustc-dev-guide
updated
14 files
+1 −0 | src/SUMMARY.md | |
+1 −1 | src/backend/backend-agnostic.md | |
+1 −1 | src/backend/updating-llvm.md | |
+1 −1 | src/borrow_check/region_inference/member_constraints.md | |
+3 −3 | src/borrow_check/two_phase_borrows.md | |
+1 −1 | src/building/suggested.md | |
+1 −1 | src/closure.md | |
+1 −134 | src/compiler-debugging.md | |
+3 −3 | src/contributing.md | |
+3 −3 | src/getting-started.md | |
+7 −11 | src/rustdoc-internals.md | |
+57 −15 | src/sanitizers.md | |
+4 −3 | src/tests/adding.md | |
+204 −0 | src/tracing.md |