From 37531b156765e3536a38d0d53596fe12e2e879c9 Mon Sep 17 00:00:00 2001 From: "addie.sh" Date: Wed, 3 Jun 2026 17:22:00 +0200 Subject: [PATCH 1/2] Add #[rustc_dump_generics] attribute, tests --- src/compiler-debugging.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler-debugging.md b/src/compiler-debugging.md index dc9d4b9a5c..1750dee1f3 100644 --- a/src/compiler-debugging.md +++ b/src/compiler-debugging.md @@ -275,6 +275,7 @@ Here are some notable ones: |----------------|-------------| | `rustc_dump_def_parents` | Dumps the chain of `DefId` parents of certain definitions. | | `rustc_dump_def_path` | Dumps the [`def_path_str`] of an item. | +| `rustc_dump_generics` | Dumps the generics of an item. | | `rustc_dump_hidden_type_of_opaques` | Dumps the [hidden type of each opaque types][opaq] in the crate. | | `rustc_dump_inferred_outlives` | Dumps implied bounds of an item. More precisely, the [`inferred_outlives_of`] an item. | | `rustc_dump_item_bounds` | Dumps the [`item_bounds`] of an item. | From 76d1d5022ae5f33e676adf2c74defc08d0cdf4c0 Mon Sep 17 00:00:00 2001 From: The rustc-josh-sync Cronjob Bot Date: Sat, 20 Jun 2026 07:35:43 +0000 Subject: [PATCH 2/2] Prepare for merging from rust-lang/rust This updates the rust-version file to 8c75e93c5c7671c29f3e8c096b7acf56822ed23a. --- rust-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-version b/rust-version index 15aba34317..a05eac34eb 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -49b19d32b9f01a5aa606f3bf2e90e6e0aa462c03 +8c75e93c5c7671c29f3e8c096b7acf56822ed23a