From e350b9a406797b36a04099bc7b1cf7a2b7a5729c Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 8 Jul 2025 16:38:35 -0700 Subject: [PATCH 1/2] Disable docs for `compiler-builtins` and `sysroot` Bootstrap already had a manual doc filter for the `sysroot` crate, but other library crates keep themselves out of the public docs by setting `[lib] doc = false` in their manifest. This seems like a better solution to hide `compiler-builtins` docs, and removes the `sysroot` hack too. --- compiler-builtins/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-builtins/Cargo.toml b/compiler-builtins/Cargo.toml index c5446cd7..3ccb05f7 100644 --- a/compiler-builtins/Cargo.toml +++ b/compiler-builtins/Cargo.toml @@ -19,6 +19,8 @@ links = "compiler-rt" bench = false doctest = false test = false +# make sure this crate isn't included in public standard library docs +doc = false [dependencies] core = { path = "../../core", optional = true } From 279d8c404ac8fa4d2c70c02aa7fe0c31d65b905c Mon Sep 17 00:00:00 2001 From: The rustc-josh-sync Cronjob Bot Date: Mon, 14 Jul 2025 04:22:13 +0000 Subject: [PATCH 2/2] Prepare for merging from rust-lang/rust This updates the rust-version file to 9c3064e131f4939cc95a29bb11413c49bbda1491. --- rust-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-version b/rust-version index 73183983..adf3f738 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -d087f112b7d1323446c7b39a8b616aee7fa56b3d +9c3064e131f4939cc95a29bb11413c49bbda1491