Skip to content

Commit c6e19e4

Browse files
committed
Auto merge of #144624 - Zalathar:rollup-w803jmq, r=Zalathar
Rollup of 10 pull requests Successful merges: - rust-lang/rust#143883 (Add `--link-targets-dir` argument to linkchecker) - rust-lang/rust#144236 (Add `core::mem::DropGuard`) - rust-lang/rust#144367 (Move dist-apple-various from x86_64 to aarch64) - rust-lang/rust#144539 (constify with_exposed_provenance) - rust-lang/rust#144569 (rustc-dev-guide subtree update) - rust-lang/rust#144573 (Raw Pointers are Constant PatKinds too) - rust-lang/rust#144575 (fixed typo chunks->as_chunks) - rust-lang/rust#144578 (Ensure correct aligement of rustc_hir::Lifetime on platforms with lower default alignments.) - rust-lang/rust#144582 (fix `Atomic*::as_ptr` wording) - rust-lang/rust#144616 (coverage: Regression test for "function name is empty" bug) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 49fda75 + b8e0693 commit c6e19e4

File tree

6 files changed

+449
-242
lines changed

6 files changed

+449
-242
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
efd420c770bb179537c01063e98cb6990c439654
1+
2b5e239c6b86cde974b0ef0f8e23754fb08ff3c5

src/SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
- [Walkthrough: a typical contribution](./walkthrough.md)
5454
- [Implementing new language features](./implementing_new_features.md)
5555
- [Stability attributes](./stability.md)
56-
- [Stabilizing Features](./stabilization_guide.md)
56+
- [Stabilizing language features](./stabilization_guide.md)
57+
- [Stabilization report template](./stabilization_report_template.md)
5758
- [Feature Gates](./feature-gates.md)
5859
- [Coding conventions](./conventions.md)
5960
- [Procedures for breaking changes](./bug-fix-procedure.md)

0 commit comments

Comments
 (0)