forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
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 edition-guide
updated
35 files
Submodule reference
updated
14 files
+6 −0 | src/abi.md | |
+2 −2 | src/attributes.md | |
+22 −12 | src/destructors.md | |
+6 −0 | src/identifiers.md | |
+9 −1 | src/items/external-blocks.md | |
+5 −1 | src/items/functions.md | |
+5 −0 | src/keywords.md | |
+3 −0 | src/lifetime-elision.md | |
+5 −10 | src/macros-by-example.md | |
+1 −0 | src/names/preludes.md | |
+53 −2 | src/tokens.md | |
+3 −6 | src/types/impl-trait.md | |
+3 −0 | src/unsafe-keyword.md | |
+3 −1 | src/unsafety.md |
Submodule rustc-dev-guide
updated
16 files
+17 −18 | src/SUMMARY.md | |
+15 −221 | src/asm.md | |
+1 −1 | src/closure.md | |
+0 −82 | src/constants.md | |
+2 −1 | src/diagnostics.md | |
+9 −0 | src/diagnostics/error-codes.md | |
+6 −2 | src/early-late-bound-params/early-late-bound-implementation-nuances.md | |
+0 −35 | src/early-late-bound-params/early-late-bound-summary.md | |
+9 −4 | src/early-late-bound-params/turbofishing-and-early-late-bound.md | |
+61 −2 | src/generic_parameters_summary.md | |
+29 −7 | src/hir.md | |
+0 −107 | src/identifiers.md | |
+3 −2 | src/stability.md | |
+20 −5 | src/the-parser.md | |
+10 −0 | src/ty.md | |
+0 −21 | src/what_is_ty_generics.md |