forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
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
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule book
updated
28 files
Submodule edition-guide
updated
3 files
+2 −0 | book.toml | |
+1 −1 | src/editions/advanced-migrations.md | |
+35 −61 | src/editions/index.md |
Submodule reference
updated
4 files
+4 −1 | src/attributes.md | |
+70 −0 | src/attributes/diagnostics.md | |
+2 −2 | src/procedural-macros.md | |
+2 −2 | src/type-layout.md |
Submodule rustc-dev-guide
updated
26 files
+0 −6 | .github/workflows/ci.yml | |
+0 −19 | README.md | |
+0 −43 | ci/lengthcheck.sh | |
+7 −1 | src/SUMMARY.md | |
+1 −1 | src/appendix/glossary.md | |
+1 −1 | src/backend/debugging.md | |
+1 −1 | src/backend/libs-and-metadata.md | |
+264 −0 | src/borrow_check/opaque-types-region-inference-restrictions.md | |
+4 −4 | src/building/bootstrapping/what-bootstrapping-does.md | |
+5 −0 | src/building/how-to-build-and-run.md | |
+64 −0 | src/building/quickstart.md | |
+1 −1 | src/building/suggested.md | |
+1 −1 | src/compiler-src.md | |
+3 −3 | src/contributing.md | |
+1 −1 | src/git.md | |
+1 −1 | src/overview.md | |
+0 −69 | src/param_env.md | |
+44 −0 | src/param_env/param_env_acquisition.md | |
+83 −0 | src/param_env/param_env_construction_internals.md | |
+18 −0 | src/param_env/param_env_summary.md | |
+60 −0 | src/param_env/param_env_what_is_it.md | |
+148 −36 | src/rustdoc-internals/search.md | |
+1 −1 | src/solve/invariants.md | |
+9 −1 | src/tests/compiletest.md | |
+1 −0 | src/tests/headers.md | |
+1 −1 | src/what-does-early-late-bound-mean.md |