Commit 140fe04
authored
Rollup merge of rust-lang#102788 - joshtriplett:bump-rustc-dev-guide, r=ehuss
Update rustc-dev-guide
- .gitattributes: Mark minified javascript as binary to filter greps
- fix very minor punctuation typo
- diagnostic structs: derive on enum (rust-lang#1477)
- Update running tests with the new flags (rust-lang#1476)
- Rename typeck to hir_analysis (rust-lang#1475)
- fix typo and make paragraph consistent (rust-lang#1474)
- Update about-this-guide.md
- Link to the correct page in "about this guide"
- Update r-a config suggestions
- don't refer to the compile-time interpreter as "Miri" (rust-lang#1471)
- UPDATE - Diagnostic docs to reflect renamed traits and macros in rustc PR#101558
- Update mdbook and its extensions versions
- Remove unmaintained action
- Update some actions versions
- Fix some typos
Update motivated in large part by the most recent commit, to fix `git
grep`.1 file changed
+1
-1
lines changedSubmodule rustc-dev-guide updated 17 files
- .gitattributes+3
- .github/workflows/ci.yml+10-11
- .github/workflows/date-check.yml+1-1
- book.toml+1
- src/SUMMARY.md+1-1
- src/about-this-guide.md+2-2
- src/appendix/glossary.md+2-1
- src/building/suggested.md+2
- src/const-eval.md+4-5
- src/const-eval/interpret.md+15-16
- src/diagnostics.md+2-2
- src/diagnostics/diagnostic-structs.md+57-57
- src/diagnostics/translation.md+1-1
- src/opaque-types-impl-trait-inference.md+3-3
- src/overview.md+1-1
- src/rustdoc.md+1-1
- src/tests/running.md+9-3
0 commit comments