From a777ebf7274135eff653965fe2e17255a632e003 Mon Sep 17 00:00:00 2001 From: Ada Alakbarova Date: Mon, 17 Aug 2026 13:20:29 +0200 Subject: [PATCH 1/3] rename `#[rustc_dump_predicates]` to `#[rustc_dump_clauses]` --- src/compiler-debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler-debugging.md b/src/compiler-debugging.md index 26b5668809..1a97b09348 100644 --- a/src/compiler-debugging.md +++ b/src/compiler-debugging.md @@ -281,7 +281,7 @@ Here are some notable ones: | `rustc_dump_item_bounds` | Dumps the [`item_bounds`] of an item. | | `rustc_dump_layout` | [See this section](#debugging-type-layouts). | | `rustc_dump_object_lifetime_defaults` | Dumps the [object lifetime defaults] of an item. | -| `rustc_dump_predicates` | Dumps the [`clauses_of`] an item. | +| `rustc_dump_clauses` | Dumps the [`clauses_of`] an item. | | `rustc_dump_symbol_name` | Dumps the mangled & demangled [`symbol_name`] of an item. | | `rustc_dump_variances` | Dumps the [variances] of an item. | | `rustc_dump_vtable` | Dumps the vtable layout of an impl, or a type alias of a dyn type. | From adbb43693988354d312f78b03849ffcf130227cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Rakic?= Date: Thu, 20 Aug 2026 21:36:49 +0200 Subject: [PATCH 2/3] fix unrecognized link --- src/solve/sharing-crates-with-rust-analyzer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solve/sharing-crates-with-rust-analyzer.md b/src/solve/sharing-crates-with-rust-analyzer.md index f6be619bc1..110fd1331b 100644 --- a/src/solve/sharing-crates-with-rust-analyzer.md +++ b/src/solve/sharing-crates-with-rust-analyzer.md @@ -29,7 +29,7 @@ Since these crates are not published on `crates.io` as part of the compiler's no process, rust-analyzer maintains its own publishing pipeline. It uses the [rustc-auto-publish script][rustc-auto-publish] to publish these crates to `crates.io` with the prefix `ra-ap-rustc_*` -(for example: https://crates.io/crates/ra-ap-rustc_next_trait_solver). +(for example: ). rust-analyzer then depends on these re-published crates in its own build. For trait solving specifically, the primary shared crates are `rustc_type_ir` and From d03c1b77d7777bb1095a6a8fc8f5c0905815ab6c Mon Sep 17 00:00:00 2001 From: The rustc-josh-sync Cronjob Bot Date: Mon, 24 Aug 2026 04:24:32 +0000 Subject: [PATCH 3/3] Prepare for merging from rust-lang/rust This updates the rust-version file to da5114692c9ebe46b869488c5f34f92eb10b98c1. --- rust-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-version b/rust-version index 2f175e9668..7b17062661 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -2c39ff499469be916d4e45506d1afed69bbaddb7 +da5114692c9ebe46b869488c5f34f92eb10b98c1