-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 reference
updated
4 files
+60 −0 | src/attributes/codegen.md | |
+10 −0 | src/expressions/operator-expr.md | |
+3 −1 | src/inline-assembly.md | |
+3 −1 | src/types/textual.md |
Submodule rust-by-example
updated
5 files
+2 −1 | src/error/option_unwrap/question_mark.md | |
+2 −2 | src/fn/closures.md | |
+1 −1 | src/std/hash/alt_key_types.md | |
+1 −1 | src/std_misc/file/read_lines.md | |
+1 −1 | src/std_misc/threads/testcase_mapreduce.md |
Submodule rustc-dev-guide
updated
8 files
+1 −1 | src/appendix/bibliography.md | |
+0 −1 | src/building/suggested.md | |
+6 −6 | src/feature-gates.md | |
+3 −3 | src/implementing_new_features.md | |
+46 −77 | src/llvm-coverage-instrumentation.md | |
+10 −1 | src/solve/invariants.md | |
+1 −1 | src/stabilization_guide.md | |
+84 −0 | src/traits/unsize.md |