rustc_private linker error when llvm-tools is not installed #137421
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
With the
rustc-dev
component but without thellvm-tools
component:libLLVM is part of the llvm-tools component, so that is needed for linkage. It would be nice if rustc had a more specialized error message for this, as it's very confusing if you're not aware of this.
The text was updated successfully, but these errors were encountered: