Suggest installing rustc-dev when rustc_* crate can't be found on nightly #70157
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The current error message
can't find crate ...
is not very helpful. Suggesting installation ofrustc-dev
would avoid things like rust-lang/miri#1241 (comment).The text was updated successfully, but these errors were encountered: