-
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
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule book
updated
2 files
+3 −3 | redirects/using-rust-without-the-standard-library.md | |
+3 −3 | src/ch10-03-lifetime-syntax.md |
Submodule reference
updated
3 files
+16 −8 | src/attributes/codegen.md | |
+2 −0 | src/items/external-blocks.md | |
+73 −0 | src/trait-bounds.md |
Submodule rustc-dev-guide
updated
8 files
+1 −0 | src/SUMMARY.md | |
+2 −2 | src/debugging-support-in-rustc.md | |
+9 −8 | src/diagnostics/diagnostic-structs.md | |
+1 −1 | src/mir/visitor.md | |
+1 −1 | src/part-2-intro.md | |
+1 −1 | src/part-3-intro.md | |
+1 −1 | src/part-4-intro.md | |
+419 −0 | src/return-position-impl-trait-in-trait.md |