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 book
updated
22 files
Submodule edition-guide
updated
5 files
Submodule reference
updated
11 files
+2 −0 | src/conditional-compilation.md | |
+24 −4 | src/expressions/block-expr.md | |
+3 −0 | src/expressions/path-expr.md | |
+16 −9 | src/items.md | |
+3 −3 | src/items/external-blocks.md | |
+4 −1 | src/items/generics.md | |
+1 −1 | src/names.md | |
+348 −1 | src/names/scopes.md | |
+25 −13 | src/patterns.md | |
+2 −1 | src/statements.md | |
+2 −1 | src/trait-bounds.md |
Submodule rust-by-example
updated
2 files
+1 −1 | .github/workflows/rbe.yml | |
+1 −1 | src/conversion/from_into.md |
Submodule rustc-dev-guide
updated
22 files
+12 −7 | src/SUMMARY.md | |
+3 −3 | src/borrow_check/opaque-types-region-inference-restrictions.md | |
+0 −59 | src/bound-vars-and-params.md | |
+1 −1 | src/building/bootstrapping/what-bootstrapping-does.md | |
+1 −1 | src/building/quickstart.md | |
+1 −2 | src/building/suggested.md | |
+0 −50 | src/generic_arguments.md | |
+7 −0 | src/generic_parameters_summary.md | |
+0 −144 | src/generics.md | |
+1 −0 | src/notification-groups/about.md | |
+23 −0 | src/notification-groups/rust-for-linux.md | |
+3 −3 | src/overview.md | |
+1 −1 | src/return-position-impl-trait-in-trait.md | |
+3 −4 | src/ty-fold.md | |
+1 −78 | src/ty.md | |
+51 −0 | src/ty_module/binders.md | |
+76 −0 | src/ty_module/early_binder.md | |
+128 −0 | src/ty_module/generic_arguments.md | |
+145 −0 | src/ty_module/instantiating_binders.md | |
+98 −0 | src/ty_module/param_ty_const_regions.md | |
+1 −1 | src/walkthrough.md | |
+21 −0 | src/what_is_ty_generics.md |