This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 238a7b7
authored
Rollup merge of rust-lang#116153 - rustbot:docs-update, r=ehuss
Update books
## rust-embedded/book
1 commits in 99ad2847b865e96d8ae7b333d3ee96963557e621..eac173690b8cc99094e1d88bd49dd61127fbd285
2023-09-12 07:34:44 UTC to 2023-09-12 07:34:44 UTC
- USB connector-type correction (rust-embedded/book#360)
## rust-lang/nomicon
1 commits in e3f3af69dce71cd37a785bccb7e58449197d940c..ddfa4214487686e91b21aa29afb972c08a8f0d5b
2023-09-22 17:04:10 UTC to 2023-09-22 17:04:10 UTC
- Fill "Beneath `std`" (rust-lang/nomicon#413)
## rust-lang/reference
1 commits in ee7c676fd6e287459cb407337652412c990686c0..5262e1c3b43a2c489df8f6717683a44c7a2260fd
2023-09-18 18:28:31 UTC to 2023-09-18 18:28:31 UTC
- we reserve the right to reduce our amount of UB (rust-lang/reference#1397)
## rust-lang/rustc-dev-guide
8 commits in 08bb147..a13b7c2
2023-09-25 05:14:41 UTC to 2023-09-11 21:29:18 UTC
- Clarify all the `{AP,RP}IT{,IT}` impl trait types (rust-lang/rustc-dev-guide#1798)
- Modify build instructions for optimized build (rust-lang/rustc-dev-guide#1795)
- Remove outdated references to coverage debug code (rust-lang/rustc-dev-guide#1797)
- Add deep dive document about early/late bound parameters interacting with turbofish (rust-lang/rustc-dev-guide#1794)
- explain the MIR const vs TY const situation (rust-lang/rustc-dev-guide#1793)
- fix type name (rust-lang/rustc-dev-guide#1792)
- Clarify that `run-coverage` only runs in some of the CI jobs (rust-lang/rustc-dev-guide#1791)
- Document the `coverage-map` and `run-coverage` test suites (rust-lang/rustc-dev-guide#1790)4 files changed
+4
-4
lines changedSubmodule embedded-book updated 1 file
Submodule rustc-dev-guide updated 13 files
- src/SUMMARY.md+3-1
- src/appendix/glossary.md+4
- src/building/optimized-build.md+14-19
- src/const-eval.md+4-45
- src/early-late-bound-summary.md+10
- src/img/coverage-graphviz-01.png
- src/img/coverage-spanview-01.png
- src/llvm-coverage-instrumentation.md+24-109
- src/mir/index.md+71-1
- src/serialization.md+2-2
- src/tests/compiletest.md+55
- src/turbofishing-and-early-late-bound.md+120
- src/what-does-early-late-bound-mean.md
0 commit comments