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
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule book
updated
54 files
Submodule reference
updated
6 files
+29 −2 | src/items/external-blocks.md | |
+47 −0 | src/macros-by-example.md | |
+3 −0 | src/paths.md | |
+30 −4 | src/subtyping.md | |
+14 −4 | src/tokens.md | |
+0 −3 | src/types.md |
Submodule rust-by-example
updated
7 files
+1 −1 | src/error/multiple_error_types/wrap_error.md | |
+21 −15 | src/flow_control/match/guard.md | |
+9 −9 | src/generics/phantom.md | |
+1 −1 | src/hello/print.md | |
+14 −3 | src/primitives/array.md | |
+11 −4 | src/std/arc.md | |
+7 −5 | src/trait/disambiguating.md |
Submodule rustc-dev-guide
updated
19 files
+1 −0 | book.toml | |
+6 −5 | src/SUMMARY.md | |
+54 −0 | src/borrow_check/type_check.md | |
+66 −45 | src/diagnostics.md | |
+4 −4 | src/diagnostics/diagnostic-codes.md | |
+74 −73 | src/diagnostics/diagnostic-items.md | |
+359 −0 | src/diagnostics/diagnostic-structs.md | |
+0 −3 | src/diagnostics/error-guaranteed.md | |
+65 −59 | src/diagnostics/lintstore.md | |
+0 −207 | src/diagnostics/sessiondiagnostic.md | |
+239 −0 | src/diagnostics/translation.md | |
+2 −2 | src/overview.md | |
+1 −1 | src/rustc-driver-getting-diagnostics.md | |
+1 −1 | src/rustc-driver-interacting-with-the-ast.md | |
+5 −6 | src/tests/compiletest.md | |
+1 −1 | src/tests/docker.md | |
+1 −1 | src/tests/headers.md | |
+5 −5 | src/tests/running.md | |
+7 −8 | src/tests/ui.md |