-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an easier way of running rustc --explain
#13888
Comments
Are you proposing |
More specifically, adding it to Not sure what should happen for several errors. |
rustc has been exploring hyperlink support and having the error codes be a link to the relevant page seems the most useful. You could immediately click the link without having to go back in your history to re-run the command and then avoid that entry in your history when you want to run without it. |
That would be even better indeed |
@epage do you have any discussion we can link to? I think we can close this in favor of that then. |
I'm not aware of a tracking issue for the unstable feature
|
Sounds good. Thanks and close in favor of those. @dev-ardi feel free to join and discuss on Zulip :) |
Problem
This errors with
E0425
. It would be nice if cargo offered a way to explain the error in depth!You can of course copy and paste the command but it would be nicer to not have to.
Proposed Solution
You could run
cargo check --explain
that opens up the help page for the given error.Notes
No response
The text was updated successfully, but these errors were encountered: