This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 2a882f7
authored
Rollup merge of rust-lang#140676 - rustbot:docs-update, r=ehuss
Update books
## rust-lang/reference
9 commits in 3bf3402aea982b876eb56c87da17b0685c6461d5..387392674d74656f7cb437c05a96f0c52ea8e601
2025-05-03 21:29:09 UTC to 2025-04-22 15:25:03 UTC
- Document `let_chains` again (rust-lang/reference#1740)
- Add: orphan rule rationale. (rust-lang/reference#1755)
- Remove apologies about the Reference (rust-lang/reference#1792)
- Clean up some inline assembly examples (rust-lang/reference#1804)
- Remove StructExprTuple and StructExprUnit (rust-lang/reference#1803)
- Improve documentation of struct expressions (rust-lang/reference#1799)
- Clarify interaction of asm-goto with IBT (rust-lang/reference#1790)
- naked functions (rust-lang/reference#1689)
- Relabel grammarRailroad-Button (rust-lang/reference#1798)
## rust-lang/rust-by-example
3 commits in 0d7964d5b22cf920237ef1282d869564b4883b88..8a8918c698534547fa8a1a693cb3e7277f0bfb2f
2025-04-30 12:20:49 UTC to 2025-04-22 17:42:30 UTC
- The example is not meant to be compiled. Changed the code block ann… (rust-lang/rust-by-example#1926)
- Non-tail recursive call note in testcase_linked_list.md (rust-lang/rust-by-example#1924)
- docs: mark illustrative 'static lifetime example with `ignore` (rust-lang/rust-by-example#1923)2 files changed
+2
-2
lines changed- README.md-5
- src/SUMMARY.md+1-1
- src/attributes.md+3
- src/attributes/codegen.md+44
- src/attributes/type_system.md-1
- src/const_eval.md+2-4
- src/destructors.md+8-7
- src/expressions.md+4-5
- src/expressions/block-expr.md+1-2
- src/expressions/if-expr.md+116-88
- src/expressions/loop-expr.md+68-28
- src/expressions/match-expr.md+1-1
- src/expressions/struct-expr.md+49-47
- src/inline-assembly.md+131-15
- src/introduction.md+3-13
- src/items/implementations.md+7
- src/names.md+2-2
- src/names/namespaces.md+2-2
- src/names/scopes.md+5-5
- src/notation.md+3-3
- src/patterns.md+1-1
- src/tokens.md+2-2
- theme/reference.css+1-1
- theme/reference.js+2-2
0 commit comments