forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
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 edition-guide
updated
4 files
+3 −0 | src/SUMMARY.md | |
+154 −0 | src/rust-2024/never-type-fallback.md | |
+81 −0 | src/rust-2024/unsafe-attributes.md | |
+59 −0 | src/rust-2024/unsafe-extern.md |
Submodule reference
updated
8 files
+4 −2 | src/attributes.md | |
+131 −10 | src/attributes/diagnostics.md | |
+1 −0 | src/conditional-compilation.md | |
+0 −5 | src/crates-and-source-files.md | |
+16 −1 | src/expressions/underscore-expr.md | |
+0 −5 | src/items/extern-crates.md | |
+1 −4 | src/types/impl-trait.md | |
+1 −0 | src/types/tuple.md |
Submodule rust-by-example
updated
4 files
+1 −1 | src/conversion/from_into.md | |
+1 −5 | src/flow_control/if_let.md | |
+4 −4 | src/fn/diverging.md | |
+1 −1 | src/hello/print.md |
Submodule rustc-dev-guide
updated
15 files
+5 −1 | src/SUMMARY.md | |
+50 −0 | src/attributes.md | |
+4 −4 | src/building/how-to-build-and-run.md | |
+11 −5 | src/building/new-target.md | |
+4 −0 | src/building/suggested.md | |
+6 −0 | src/compiler-debugging.md | |
+31 −0 | src/git.md | |
+3 −0 | src/test-implementation.md | |
+167 −0 | src/tests/fuchsia.md | |
+2 −0 | src/tests/headers.md | |
+49 −0 | src/tests/integration.md | |
+5 −12 | src/tests/intro.md | |
+16 −0 | src/tests/running.md | |
+32 −0 | src/tests/rust-for-linux.md | |
+2 −2 | src/tests/ui.md |