-
Notifications
You must be signed in to change notification settings - Fork 13.3k
cargo: error on building fresh project #22822
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
Ah okay, so it should be fixed in the next nightly? Any idea about the second issue (re
|
Yes, I assume the fix will be in the next nightly. There should be a difference. Specifically, leaving off In Maybe double check to make sure you aren't specifying |
Thanks for confirming. And yes, my bad; I must have been too hasty in checking the
|
Closing as a duplicate of rust-lang/cargo#1342 (this should be fixed in the next nightly) |
I create a new project using
cargo new hello_world --bin
, and then runcargo build -v
, but get the following error.This error just started appearing since I updated to the latest nightly.
Incidentally, there seems to be no different to the
Cargo.toml
file or directory structure or indeedmain.rs
file, regardless of whether I specify the--bin
option or not tocargo new
. Is this right?The text was updated successfully, but these errors were encountered: