-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
rustpkg build
without a package-ID argument should work
#6405
Comments
At the very least it should print out a message, "Building from the current directory is a planned feature but not yet implemented". Current behavior is very confusing, I think it should be fixed for 0.7 (I'll do it if you don't have time / have bigger fish to fry) |
@cmr Feel free to add the message. I'm hoping to fix this for 0.7 but it wouldn't hurt to have the message there just in case I don't. |
I'll wait |
Fixed pending #7419 |
Not 0.7 |
Forgot to close this. |
Sub-bug of #5677
On its own,
rustpkg build
should work if the current directory contains amain.rs
,lib.rs
,bench.rs
,test.rs
, orpkg.rs
file.The text was updated successfully, but these errors were encountered: