We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7b5dbc + ecd127d commit 3159ceeCopy full SHA for 3159cee
src/bootstrap/tool.rs
@@ -198,7 +198,7 @@ tool!(
198
Linkchecker, "src/tools/linkchecker", "linkchecker", Mode::Libstd;
199
CargoTest, "src/tools/cargotest", "cargotest", Mode::Libstd;
200
Compiletest, "src/tools/compiletest", "compiletest", Mode::Libtest;
201
- BuildManifest, "src/tools/build-manifest", "build-manifest", Mode::Librustc;
+ BuildManifest, "src/tools/build-manifest", "build-manifest", Mode::Libstd;
202
RemoteTestClient, "src/tools/remote-test-client", "remote-test-client", Mode::Libstd;
203
RustInstaller, "src/tools/rust-installer", "rust-installer", Mode::Libstd;
204
);
0 commit comments