-
Notifications
You must be signed in to change notification settings - Fork 212
Panic building a crate without a cargo.toml #970
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
Comments
It has |
Ohhhhh, case-insensitive filesystem maybe? Probably needs a cargo bug ticket. |
I think we can change rustwide to rename |
Cargo doesn't support it either, trying to build with a dependency on
|
I think the fix here should be to give a build failure if Cargo.toml is missing. In a sense this is really the same as #797, but we also panic on the error. |
Err .. it turns out this isn't actually a panic, just error logging. So there's no panics going on here. The only issue is that the build failure isn't recorded (#797). |
How could crates not have a cargo.toml and still be published to crates.io ???
The text was updated successfully, but these errors were encountered: