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
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule book
updated
2 files
+1 −1 | src/ch02-00-guessing-game-tutorial.md | |
+1 −1 | src/ch03-02-data-types.md |
Submodule edition-guide
updated
8 files
+8 −1 | src/SUMMARY.md | |
+28 −0 | src/rust-next/alloc.md | |
+26 −0 | src/rust-next/alternative-cargo-registries.md | |
+9 −0 | src/rust-next/cargo-vendor.md | |
+10 −0 | src/rust-next/future.md | |
+28 −0 | src/rust-next/maybe-uninit.md | |
+38 −0 | src/rust-next/no-more-fnbox.md | |
+23 −0 | src/rust-next/tryfrom-and-tryinto.md |
Submodule reference
updated
6 files
+2 −0 | src/attributes.md | |
+111 −0 | src/attributes/codegen.md | |
+32 −6 | src/const_eval.md | |
+12 −1 | src/crates-and-source-files.md | |
+1 −1 | src/procedural-macros.md | |
+1 −1 | src/types/closure.md |