-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 rustc-dev-guide
updated
17 files
+2 −1 | book.toml | |
+1 −1 | src/SUMMARY.md | |
+1 −1 | src/backend/monomorph.md | |
+2 −2 | src/building/how-to-build-and-run.md | |
+7 −7 | src/building/suggested.md | |
+1 −1 | src/compiler-debugging.md | |
+1 −1 | src/const-eval/interpret.md | |
+18 −1 | src/contributing.md | |
+10 −12 | src/diagnostics.md | |
+0 −79 | src/diagnostics/diagnostic-codes.md | |
+95 −0 | src/diagnostics/error-codes.md | |
+1 −1 | src/generics.md | |
+2 −3 | src/identifiers.md | |
+6 −7 | src/mir/index.md | |
+0 −3 | src/the-parser.md | |
+3 −0 | src/tracing.md | |
+1 −1 | src/type-inference.md |