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
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule book
updated
37 files
Submodule reference
updated
9 files
+3 −5 | src/attributes/codegen.md | |
+155 −5 | src/expressions/literal-expr.md | |
+12 −2 | src/expressions/operator-expr.md | |
+1 −1 | src/inline-assembly.md | |
+20 −0 | src/items/external-blocks.md | |
+1 −1 | src/paths.md | |
+1 −2 | src/patterns.md | |
+61 −0 | src/procedural-macros.md | |
+152 −119 | src/tokens.md |
Submodule rust-by-example
updated
4 files
+1 −1 | src/flow_control/match/destructuring/destructure_pointers.md | |
+1 −1 | src/fn/closures.md | |
+5 −9 | src/types/alias.md | |
+2 −1 | src/variable_bindings.md |
Submodule rustc-dev-guide
updated
9 files
+3 −4 | examples/rustc-driver-example.rs | |
+3 −3 | examples/rustc-driver-getting-diagnostics.rs | |
+3 −3 | examples/rustc-driver-interacting-with-the-ast.rs | |
+3 −2 | src/building/suggested.md | |
+2 −4 | src/conventions.md | |
+1 −1 | src/crates-io.md | |
+14 −0 | src/diagnostics.md | |
+13 −12 | src/method-lookup.md | |
+1 −1 | src/miri.md |