-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
cargo new doesn’t handle empty directories #1065
Labels
Comments
+1
I'd like |
Oh this is actually a dupe of #21, so closing for that, certainly a desired feature! |
There are many duplicates, but no pull requests, although the issue seems easy. Are there some problem preventing |
Nobody to write the patch.
|
vi
added a commit
to vi/cargo
that referenced
this issue
Sep 29, 2015
Allows "new" command even if path exists, if the path is empty or almost empty directory. Also more narrow duplicates: rust-lang#1990, rust-lang#1065, rust-lang#526.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cargo new .
orcargo new existing-directory
doesn’t work even if the directory in question is empty.This is filled again because #526 and #21 (comment) are already closed.
The text was updated successfully, but these errors were encountered: