tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 6d704b1dcb7f3b8872e322e7aabc96467d224b27
parent 36868c346befb56bd92ad0f2c12dffc3639866a7
Author: Mike Hommey <mh+mozilla@glandium.org>
Date:   Tue,  9 Dec 2025 08:14:37 +0000

Bug 2004178 - Add rustdoc to the rust-dev toolchain. r=firefox-build-system-reviewers,ahochheiden

Tasks using --enable-rust-tests require rustdoc.

Differential Revision: https://phabricator.services.mozilla.com/D275157

Diffstat:
Mtaskcluster/scripts/misc/repack_rust.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taskcluster/scripts/misc/repack_rust.py b/taskcluster/scripts/misc/repack_rust.py @@ -418,7 +418,7 @@ def build_src(install_dir, host, targets, patches): sanitizers = true profiler = true extended = true - tools = ["analysis", "cargo", "rustfmt", "clippy", "src", "rust-analyzer"] + tools = ["analysis", "cargo", "rustdoc", "rustfmt", "clippy", "src", "rust-analyzer"] cargo-native-static = true [rust]