2 files changed
+2
-2
lines changedDiff for: src/doc/reference
- .cargo/config.toml+2
- .github/workflows/main.yml+4-1
- book.toml+1-1
- docs/authoring.md+19-3
- mdbook-spec/Cargo.toml+1-1
- mdbook-spec/src/lib.rs+47-2
- mdbook-spec/src/rules.rs+2-2
- mdbook-spec/src/std_links.rs+3-3
- rustfmt.toml+1
- src/abi.md+6-3
- src/attributes/codegen.md-10
- src/attributes/debugger.md-1
- src/attributes/diagnostics.md+1-2
- src/attributes/limits.md-2
- src/attributes/testing.md-1
- src/behavior-considered-undefined.md+15-25
- src/comments.md-2
- src/conditional-compilation.md-4
- src/const_eval.md+1-2
- src/destructors.md+2-6
- src/dynamically-sized-types.md+1-2
- src/expressions.md+19-19
- src/expressions/await-expr.md+3-1
- src/expressions/block-expr.md+3-1
- src/expressions/closure-expr.md+2-1
- src/expressions/method-call-expr.md+3-1
- src/identifiers.md-1
- src/inline-assembly.md-1
- src/input-format.md-3
- src/introduction.md+5-3
- src/items/associated-items.md+3-4
- src/items/external-blocks.md+2-1
- src/items/functions.md+2-2
- src/items/traits.md+53-25
- src/items/use-declarations.md+9-8
- src/linkage.md+1-3
- src/macro-ambiguity.md-1
- src/macros-by-example.md+7-5
- src/memory-model.md+24-3
- src/names/preludes.md+5-10
- src/paths.md+4-7
- src/patterns.md+6-3
- src/procedural-macros.md-1
- src/statements-and-expressions.md-1
- src/statements.md-2
- src/tokens.md+10-13
- src/trait-bounds.md-2
- src/type-layout.md-9
- src/types/closure.md-1
- src/types/impl-trait.md+6-2
- src/types/numeric.md-1
- src/types/trait-object.md+7-11
- src/unsafe-keyword.md+2-4
- src/visibility-and-privacy.md+2-3
- style-check/Cargo.toml+1-1
- theme/reference.css+28-14
- xtask/.gitignore+1
- xtask/Cargo.lock+7
- xtask/Cargo.toml+5
- xtask/src/main.rs+106
0 commit comments