Skip to content
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

nightly Cargo fails on missing README.md, breaks remove_dir_all crate and all transitive callers #73282

Closed
oconnor663 opened this issue Jun 12, 2020 · 2 comments
Labels
C-bug Category: This is a bug.

Comments

@oconnor663
Copy link
Contributor

Here's the downstream issue: XAMPPRocky/remove_dir_all#19

This issue began very recently. It repros on 1.46.0-nightly (a37c32e2d 2020-06-11), but it did not repro on rustc 1.46.0-nightly (feb3536eb 2020-06-09). Missing components in that latest build mean that I think only people running rustup set profile minimal are seeing the break currently, but it will spread with the next complete nightly build.

In this case, it think the remove_dir_all crate will be able to publish a new patch version that includes a fix. However, this won't help binary callers that have committed a Cargo.lock file. This Cargo behavior change might be a stability hazard.

@jonas-schievink
Copy link
Contributor

Duplicate of #73279

@jonas-schievink jonas-schievink marked this as a duplicate of #73279 Jun 12, 2020
@oconnor663
Copy link
Contributor Author

Woops, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants