File tree
5 files changed
+5
-5
lines changed- src
- doc
- tools
5 files changed
+5
-5
lines changedSubmodule edition-guide updated 35 files
- src/SUMMARY.md+31-22
- src/editions/creating-a-new-project.md+3-3
- src/editions/transitioning-an-existing-project-to-a-new-edition.md+2-2
- src/rust-2024/cargo-inherited-default-features.md-2
- src/rust-2024/cargo-resolver.md+1-3
- src/rust-2024/cargo-table-key-names.md-2
- src/rust-2024/cargo.md+3
- src/rust-2024/gen-keyword.md-3
- src/rust-2024/index.md+1-25
- src/rust-2024/intoiterator-box-slice.md+1-5
- src/rust-2024/language.md+3
- src/rust-2024/macro-fragment-specifiers.md-3
- src/rust-2024/match-ergonomics.md+9
- src/rust-2024/missing-macro-fragment-specifiers.md-3
- src/rust-2024/never-type-fallback.md+3-8
- src/rust-2024/newly-unsafe-functions.md-3
- src/rust-2024/prelude.md-3
- src/rust-2024/reserved-syntax.md-3
- src/rust-2024/rpit-lifetime-capture.md+2-6
- src/rust-2024/rustdoc-doctests.md-3
- src/rust-2024/rustdoc-nested-includes.md-3
- src/rust-2024/rustdoc.md+3
- src/rust-2024/rustfmt-overflow-delimited-expr.md-2
- src/rust-2024/rustfmt-raw-identifier-sorting.md+2-16
- src/rust-2024/rustfmt-style-edition.md+1-5
- src/rust-2024/rustfmt-version-sorting.md+41
- src/rust-2024/rustfmt.md+3
- src/rust-2024/standard-library.md+3
- src/rust-2024/static-mut-references.md-3
- src/rust-2024/temporary-if-let-scope.md+96
- src/rust-2024/temporary-tail-expr-scope.md+74
- src/rust-2024/unsafe-attributes.md+1-5
- src/rust-2024/unsafe-extern.md-3
- src/rust-2024/unsafe-op-in-unsafe-fn.md-2
- triagebot.toml+6
- src/abi.md+6
- src/attributes.md+2-2
- src/destructors.md+22-12
- src/identifiers.md+6
- src/items/external-blocks.md+9-1
- src/items/functions.md+5-1
- src/keywords.md+5
- src/lifetime-elision.md+3
- src/macros-by-example.md+5-10
- src/names/preludes.md+1
- src/tokens.md+53-2
- src/types/impl-trait.md+3-6
- src/unsafe-keyword.md+3
- src/unsafety.md+3-1
Submodule rustc-dev-guide updated 16 files
- src/SUMMARY.md+17-18
- src/asm.md+15-221
- src/closure.md+1-1
- src/constants.md-82
- src/diagnostics.md+2-1
- src/diagnostics/error-codes.md+9
- src/early-late-bound-params/early-late-bound-implementation-nuances.md+6-2
- src/early-late-bound-params/early-late-bound-summary.md-35
- src/early-late-bound-params/turbofishing-and-early-late-bound.md+9-4
- src/generic_parameters_summary.md+61-2
- src/hir.md+29-7
- src/identifiers.md-107
- src/stability.md+3-2
- src/the-parser.md+20-5
- src/ty.md+10
- src/what_is_ty_generics.md-21
0 commit comments