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
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule reference
updated
6 files
+2 −2 | src/expressions/grouped-expr.md | |
+6 −1 | src/inline-assembly.md | |
+140 −5 | src/items/associated-items.md | |
+1 −0 | src/items/traits.md | |
+13 −5 | src/items/type-aliases.md | |
+50 −14 | src/patterns.md |
Submodule rust-by-example
updated
6 files
+1 −1 | src/error/iter_result.md | |
+1 −1 | src/primitives/array.md | |
+3 −3 | src/std/box.md | |
+4 −2 | src/std_misc/path.md | |
+1 −1 | src/testing/doc_testing.md | |
+1 −1 | src/unsafe/asm.md |
Submodule rustc-dev-guide
updated
13 files
+1 −0 | src/building/prerequisites.md | |
+2 −0 | src/building/suggested.md | |
+8 −8 | src/closure.md | |
+9 −26 | src/contributing.md | |
+21 −29 | src/diagnostics/diagnostic-structs.md | |
+9 −11 | src/diagnostics/translation.md | |
+2 −2 | src/generics.md | |
+15 −13 | src/git.md | |
+2 −2 | src/method-lookup.md | |
+1 −1 | src/panic-implementation.md | |
+2 −1 | src/tests/ci.md | |
+27 −90 | src/traits/resolution.md | |
+1 −1 | src/ty.md |