We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
llvm_tools = false
1 parent 4a0e92e commit ab5e3e6Copy full SHA for ab5e3e6
src/bootstrap/tool.rs
@@ -340,6 +340,9 @@ macro_rules! tool {
340
}
341
342
343
+// FIXME(#51459): We have only checked that RustInstaller does not require
344
+// the LLVM binaries when running. We should go through all tools to determine
345
+// if they really need LLVM binaries, and make `llvm_tools` a required argument.
346
tool!(
347
Rustbook, "src/tools/rustbook", "rustbook", Mode::ToolRustc;
348
ErrorIndex, "src/tools/error_index_generator", "error_index_generator", Mode::ToolRustc;
0 commit comments