forked from rust-lang/rust
-
-
Notifications
You must be signed in to change notification settings - Fork 0
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 embedded-book
updated
3 files
+1 −1 | src/start/exceptions.md | |
+5 −2 | src/start/hardware.md | |
+4 −1 | src/start/qemu.md |
Submodule reference
updated
24 files
+2 −2 | .github/workflows/main.yml | |
+4 −0 | STYLE.md | |
+5 −5 | src/attributes/codegen.md | |
+6 −6 | src/comments.md | |
+1 −1 | src/destructors.md | |
+4 −4 | src/expressions/closure-expr.md | |
+1 −1 | src/expressions/operator-expr.md | |
+7 −7 | src/glossary.md | |
+2 −2 | src/identifiers.md | |
+1 −1 | src/items/functions.md | |
+1 −1 | src/items/implementations.md | |
+6 −6 | src/macro-ambiguity.md | |
+1 −1 | src/memory-model.md | |
+3 −3 | src/notation.md | |
+6 −6 | src/tokens.md | |
+81 −2 | src/type-coercions.md | |
+6 −6 | src/type-layout.md | |
+1 −1 | src/types/function-pointer.md | |
+0 −6 | stable-check/Cargo.lock | |
+0 −42 | stable-check/src/main.rs | |
+0 −0 | style-check/.gitignore | |
+62 −0 | style-check/Cargo.lock | |
+4 −1 | style-check/Cargo.toml | |
+131 −0 | style-check/src/main.rs |