-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
./x.py check library
panics
#89490
Comments
@lopopolo you want |
I would prefer to avoid those aliases, but we should have the full list of paths on hand so we could do something like "did you mean" and print out paths that could start with library/ |
I think Going back to this issue, I think a panic gives a bad UX here, it's not an unexpected error that should never happen! |
@SkiFire13 right now x.py treats all four of those paths you mention as the same, it doesn't know how to build individual crates. |
@jyn514 that doesn't seem to include tests though. If I make a test fail in |
Implemented in #95504. |
I ran
./x.py check library
.I expected this command to check all crates defined in the
library
directory or at least print a useful error.Instead, I got a panic.
Meta
rust HEAD:
The text was updated successfully, but these errors were encountered: